i'm trying to run a video through php file. it's worked.but the problem is that when i try to go to special time in video it replay the video from the beginning
I have the code below who does the work, it writes to my txt file but it will take only the last http request. The counter seems not to work, but when I use glo
I am making API calls in the application, At some point randomly it throws java.io.IOException: /149.222.1.1:553232: GOAWAY received, using Java 11 environment.
I'm returning a file as follows: public async Task<IActionResult> GetFile(string id) { try { Get
I started learning Golang. And I have this project, where I need to stream some data from API via WebSocket connection, and print it in the console. And the t
I have three resources, owner, dog, and puppy and I am designing the REST endpoints for the puppy. I already know who the owner is with every request via JWT a
I am creating a post request Using Dio, this is my FormData params, FormData formData = FormData.fromMap({ 'wallet_id': '${dropdownValue.walletId}',
There are a few questions on SO related to web worker http limits, including: Http connection limit on webworker or service worker, Maximum number of http reque
Specifically, I want the below example to work: from typing import List from pydantic import BaseModel from fastapi import FastAPI, UploadFile, File app = Fas
How is it possible to get the response status code of a request using lua-http ? If that is not possible with it what module/library should i use ?
Hi I tried to download a .gif file using curl command in Linux fedora 36 using curl https://static.wikia.nocookie.net/minecraft_gamepedia/images/d/d1/Magma_Bloc
I know it sounds like a beginner's question, but here I go: I've developed a small app to be used locally in restaurants for the waiters to be able to take orde
I'm setting up my laravel application and every time I run php artisan serve, it starts a laravel development serve at localhost:8000. Bu when i open the locaho
I am getting the error Warning: file_get_contents(https://partner.uat.shopeemobile.com/api/v1/item/categories/get): failed to open stream: HTTP request failed!
I am currently working with a group of applications that are running on two separate, but equivalent, environments (Referred to as ENV1 and ENV2). I have been u
I host my website on heroku and bought the domain from godaddy, here's how I set my DNS records Records A - @ - Forwaded - 600 secs CNAME - www - example.com
I got a problem with my react native app. while accessing API, I get a response Skipped and status code 0. it's shown by using reactotron to log the api respons
I am implementing microservices architecture, there I learned a new topic "Transporter" which is used for the communication between different services. But the
i'm trying to upload image file at google drive, using oauth token & fetch url. https://developers.google.com/drive/api/v3/manage-uploads Perform a multipar
This is a quite basic question, but I was unable to find it out: How can I call a lambda via https without using an EC2 instance or something similar which has