Questions tagged [get-request]

HTTP GET Request is a message within a request/response sequence, according to HTTP specification. May also refer to an HttpRequest GET method in software frameworks and libraries that automates relevant functionality

See also:

414 questions
1
vote
1 answer

TypeError: Cannot read properties of undefined (reading 'map'), and multiple API requests in React.js

I know this map reading error has been asked a lot here before and I looked at several closed issues, but since their causes were different from mine I've opted to open a new topic. At the moment I'm facing 2 errors, so let me tackle each at a…
Alex Braga
  • 495
  • 1
  • 6
  • 19
1
vote
0 answers

HTTP POST .NET aspx.vb doesn't work using Class Library, works with Windows Forms Apps

I the code below works fine with using VS 2019 and selecting Windows Forms Applications from the project properties. When I try to use the same code though in a "Class Library" for Web Forms, it doesn't work. Target framework is .NET Framework…
1
vote
2 answers

Binance API GET request multiple values

I am trying to send GET request with Binance API as below by using Postman. However I couldn't manage to get multiple values in symbol parameter. For example ETHUSDT and BTCUSDT - tried different syntax but none of them worked for me. How can I send…
Alperzkn
  • 467
  • 2
  • 10
  • 25
1
vote
1 answer

GET Request for GPX "Resource not found" Strava API

Following Stravas API instructions Export Route GPX (getRouteAsGPX), we do not get the gpx file. The code we used is: import requests import urllib3 import gpxpy urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) auth_url =…
Alejandro
  • 11
  • 2
1
vote
1 answer

How to pass a json object as a query in a get request

I am trying to pass parameters to a url get request that requires one of the parameters be a json object. I am using Google apps script. I get an invalid argument exception. The searchConditions parameter requires the json. I also need to pass some…
SteveR
  • 11
  • 6
1
vote
1 answer

Vue / Axios : unable to fetch API data with key for coinmarketcap

I am a beginner level programmer, I am trying to fetch API data using Axios and Vue js but I don't know how to pass it through Axios This is how the API should get the request(Nodejs) const rp = require('request-promise'); const requestOptions = { …
1
vote
1 answer

Reciving JSON with FastAPI-backend

I have a little problem with sending JSON from my frontend to my backend and reading it there. At first the easy part, in my index.html I read what's written in some fields and pass it to var inputs