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
Accoding to this old answer you need to encode a unicode filename like this: from urllib.parse import quote disposition = 'attachment' if as_attachment else 'i
I have transaction scope in my code which move transaction to MSDTC. But when I run this code into AWS cloud where RDS is SQL server. It is not supporting MSDTC
when i try to send read stream as response i am getting error var http = require('http'), fileSystem = require('fs'), path = require('path'
I want to get request/response body and header within my aspect before and after if it's available or how to get those . I mean i think with before annotation