I need help with a very simple problem, but which for some reason I can't solve. I have a ajax post request that send data to a node.js server. From the server
I am a newbie in RESTful API... so I am trying to deploy two servers (client and model). The main idea is : Client uploads his images on the client server, the
I'm writing a website. It's a website that uses and fetches data from a stock API to displays stock prices and charts. I have a search bar which changes state w
I have a small server based on node JS, which communicates with Post Gre SQL database, and server is working on port 5000. I have route called uploadImage, whic
So, I had this code and it worked perfectly fine: def upload_to_imgur(url): j1 = requests.post( "https://api.imgur.com/3/upload.json", heade
I have tried reading php://input, $_POST, $_GET, $_REQUEST but everything returns blank or empty array. When I test on https://webhook.site I get the following
my code is like this and I send data through httpClient and it returns error on upload my angular version is 13 and django version is 4 and I'm using django res
I want to start a project where you will input something in Python and it will appear on a GitHub pages html file. How would I do this? Would we be able to do t
I am trying to upload multiple images via axios to backend server on a new application. It worked perfectly on my previous applications I have developed. When I
I am currently using HTMX and Django to process button clicks within a table that adds the selected item to a list. I am trying to use the name/value HTML attri
I have a search form in the header of every page on a site that submits info to another page when undertaking a search query via the form's action attribute, na
Disclaimer: This error is related to a subscription-based tool and hence the issue is likely not going to be reproducible for any reader. Nevertheless, any sugg
From https://w3.impa.br/~diego/software/luasocket/http.html, there are two ways to make a request, simple and generic. I have gotten the body to work with the s
Other similar questions appear to be for older boards using slightly different code. I'm also very new to playing around with ESP8266 boards, so I might be miss
I have a problem with the python requests library. I try to send a simple POST request to my Keycloak server, to introspect an access token. I tested in in Post
I think I understand CORS pretty well, but I'm still a bit puzzled about the browser's behavior when it comes to the preflight requests. Let's say the browser i
I have a problem where I want to reload the page on submit. I did this with the simple script function shown below. However, the echo'd "hello" does not disappe
These are the two outputs "statusCode": 200, "data": [ { "color": { "id": "1111", "name": null,
Problem: I want to read a user input on the client-side, do some processing on the variable using JavaScript, still on the client-side, then POST the modified v
I am searching for how to connect to my rest API with a Powershell script I know that I need a to send my Body with the POST Method but cant define how to do it