Skip to main content

Questions tagged [get]

GET is one of many request methods supported by the HTTP protocol. The GET request method is used when the client needs to get data from the server as part of the request-URI.

0 votes
0 answers
21 views

CodeIgniter4 How to get GET parameter value only

So I've been reading the documentation and all I got: $uri = current_url(true); $query = $uri->getQuery(); The result is only the query string like: id1=val1&id2=val2 I want to get id2 value. ...
v1n_vampire's user avatar
  • 1,595
0 votes
1 answer
217 views

How can I turn OFF "Automatically follow redirect" in Rest Assured/Java with GET requests?

I've been stuck on this for several weeks (I'm totally new to Rest Assured) and I need help from the community. My problem is that I am trying to make a GET request to the oauth2/authorize endpoint, ...
Nacho's user avatar
  • 1
0 votes
0 answers
12 views

Live Autocomplete Search code has stopped working

I found and used this code on my site when I first built it years ago and it's never let me down, until now.. Unfortunately I can't find the original source. Up until recently, if I began typing in a ...
Davo's user avatar
  • 1
0 votes
0 answers
38 views

ARDUINO MEGA - ESP 8266 data sending problem

I am developing a simple project with an ARDUINO MEGA with a ESP8266. The ARDUINO gets some data, and send to a web, and from the web to a database. The system works perfectly when the web-database ...
Julio Ausin's user avatar
0 votes
2 answers
56 views

Getting a list of DataFrames through a for-loop

With Python, I want to crawl information of publicly-listed companies' executive holding details from the Internet. So I first create the full list of stock codes (with numbers only) called ...
Evariste Galois's user avatar
0 votes
1 answer
123 views

Get issue <> component from JIRA REST API [closed]

We are trying to extract data from the Jira REST API for reporting, we use Components in Jira to mark our projects, in the data that we retrieve from the API I don't see anything like component_id ...
Lbss's user avatar
  • 11
0 votes
0 answers
17 views

Google Pollen API Forecast lookup GET request returns information is unavailable for supported country

After sending the following GET request (with API key added in place of [API_KEY] to the Google Pollen API, I get the a response that information is unavailable for this location: Request https://...
user24852597's user avatar
0 votes
1 answer
34 views

Why isn't my client-server communication working?

Basically, I am trying to get data from server side and use it on client side. It is pretty simple, but I seem to be missing something since it is not working. Please see below my code on client side ...
joey john's user avatar
1 vote
1 answer
89 views

cfhttp returning Connection Failure from my site, but working from testing in trycf.com

I am trying to test a very simple cfhttp request on my server. <cfhttp result="result" method="GET" charset="utf-8" url="https://...
lharby's user avatar
  • 3,204
1 vote
0 answers
40 views

PHP : Failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in

I'm trying to submit a form details and gather all entered text field data and concatenate with url and pass to qrcode generator to show QrCode in pdf page with the entered data using fpdf library. ...
user6161's user avatar
  • 289
0 votes
0 answers
27 views

Snapchat Public API Content-Type header not supported

I am attempting to make a GET request to the following endpoint: GET https://businessapi.snapchat.com/public/v1/public_profiles/{profile_Id}/stats However, I'm encountering difficulties with the ...
Orkhan Farmanli's user avatar
0 votes
0 answers
7 views

Postman Request

How to send different kind of request in postman(Post, Get, Put, Patch, Delete, Head, Option) Details explanation about How to send different kind of request in postman(Post, Get, Put, Patch, Delete, ...
Iamsk's user avatar
  • 1
0 votes
1 answer
44 views

Looping and incrementing page param in postman

I'm making a request for some clients in Postman, because of large number of clients it is divided in multiple pages. Page parameter is sent in url of request. How do I make loop, and increment page ...
Sobic's user avatar
  • 1
0 votes
0 answers
28 views

How can I find the endpoint for making GET and POST requests on a website?

I'm trying to figure out what endpoint and authentication a certain website requires so I can make GET and POST requests and obtain JSON files, similar to what I can do with the WordPress REST API. ...
Sarah Sales's user avatar
0 votes
2 answers
42 views

How to convert a curl get request with json data payload into a linear URL string suitable for a browser?

A concrete example: I send the following command from my PC's console to my web cam at 12.34.56.78, and it works as desired (this cause the web cam to play some audio signal): curl -X GET 'http://12....
Mic Mac's user avatar

15 30 50 per page
1
3 4
5
6 7
1145