Skip to main content

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

-1 votes
1 answer
75 views

What is the difference between manually extracting data and using a GET vs POST request with jquery AJAX?

I've developed a website using Python Flask, which includes a form with two dropdowns and a slider. I'm looking to retrieve the selected values from these form elements and send them to the python ...
user25533071's user avatar
0 votes
0 answers
52 views

Time is double encoding while passing more than 2 parameters in the url iOS17

NSString *queryString = @"last_updated_time=2024-04-29T10%3A27%3A07%2B0000&type[]=763&order_date=2024-04-29"; // Encode the query string NSString *encodedQueryString = [queryString ...
user24770985's user avatar
0 votes
1 answer
34 views

Why can't I make a get-request with aiohttp: Expecting value: line 1 column 1 (char 0)?

Why do I see an error Error while making request to https://data.similarweb.com/api/v1/data?domain=httpbin.org: Expecting value: line 1 column 1 (char 0) with aiohttp while requests.get returns the ...
Neret's user avatar
  • 165
0 votes
0 answers
26 views

Why does fetching from local grape Api (rails server) cause repeated GET-Requests and/or page reloads?

I set up a minimal grape Api in my example rails application. I generated a Model (rails generate model Example (title:string, count:integer)), added to instances via the rails console and installed ...
Aljoscha Labonte's user avatar
0 votes
2 answers
62 views

is /. and / same in go? Period(.) as id is not recognised

I have two route handlers v1Router. Path("/{id}"). Methods(http.MethodGet). Handler(r.getter()) v1Router. Path("/"). Methods(http.MethodGet). Handler(r.searcher()) when i am ...
awanish kumar's user avatar
1 vote
0 answers
107 views

Twilio - Get request for call recording not working

I am trying to attach an audio file containing the call recording to an E-Mail. My code works with audio files from public urls, but not with the Twilio call recordings. I am sure the issue is with ...
Hanna Burkhardt's user avatar
0 votes
2 answers
136 views

Multiple consecutive slashes in the request causes 400 bad request error in Tomcat 10

I am upgrading my legacy project to Spring 6 and Tomcat 10. In that, normal requests are passed without any problem. But the requests like this: http://localhost:9090/proactive-api/rest/order/...
Gokul P's user avatar
  • 111
0 votes
1 answer
54 views

How to block response from GET request

I'm using python requests library. I have to send GET request to a website. The response body weights a lot and I'm using a proxy and pay per-gb. I need to block response being received by a proxy ...
frogfromflow's user avatar
0 votes
0 answers
85 views

Get request with id in Retrofit is not working

i am building a BookShelf app with Google Books api and i am making two Get requests first for search for books which is working and second for getting the details of specific book with id in ...
Shoaib Khan's user avatar
0 votes
2 answers
148 views

Flutter error when sending post request from API (Dio package)

I have a code where I use Dio package in flutter to post request from an API. I checked Postman, and it returned the correct data. The problem is: "DioException[bad response]: The request ...
Rana Mohamed's user avatar
0 votes
0 answers
21 views

How to get a Firefox extetnion to wait for get request for the page contents?

my JavaScript grabs HTML dom elements from the page, but the page has to make an HTML get request to get he HTML contents. how to i make my script run on the received HTML rather than the default. ...
Nate-ar's user avatar
  • 21
0 votes
0 answers
111 views

Wordpress-plugin Breadcrumb NavXT 7.1.0 creates unnecessary subsection from a get-request

I use the Breadcrumb NavXT 7.1.0 plugin on the site. An ajax-filter is implemented in the "News" section: when you follow a link like mysite.com/news/?country=turkey, only news about Turkey ...
Danila's user avatar
  • 117
0 votes
0 answers
28 views

Webscraping PythonRequests can't find generated request-id needed for header

I can scrape this url for json content successfully but the request-id in the get request expires quickly. I want to know how I get the generated request-id from this website? This works without ...
user22719627's user avatar
0 votes
2 answers
540 views

How do I run a http request using a functional resolver?

In the past I can use a class based resolver where I can inject HttpClient in the constructor, but that's been deprecated Source. I'd like to make an HTTP get request in a functional resolver. How do ...
Jerome's user avatar
  • 816
1 vote
0 answers
265 views

Does clicking an Amazon S3 Object's URL count as GET request?

i just started my AWS account today.AWS Free Tier provides restricted S3 usage and allows me to make 20.000 GET requests per month. I plan to upload an image to the S3 Bucket, then copy the given URL ...
dragonborn's user avatar

15 30 50 per page
1
2 3 4 5
28