python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why is my GraphQL Query using curlopt_postfields returning a json error?
I'm trying to get some code of mine to work. but I keep getting the following error. Any thoughts on what's going wrong here? I think I have all the quoatations escaped correctly
{"errors":...
Jason M.
Votes: 0
Answers: 1
cURL PHP FTP on hosting via limited list opened ports
My hosting can access to outside servers via limited list opened ports.
I connect to outside server via right port, but not get file list etc. because port for Extended Passive Mode closed:
* Trying...

Роман Высоцкий
Votes: 0
Answers: 1
CURL get request from server to AWS CloudFront very slow response time
I have a very simple PHP CURL get request to retrieve a json file from my AWS CloudFront distribution.
public function get_directory() {
$json = 'https://d108fh6x7uy5wn.cloudfront.net/themes.j...

Hans Desjarlais
Votes: 0
Answers: 0
PHP CURL REST API Login successful. Please use XSRF-TOKEN and SESSIONID cookies along with x-xsrf-token header in future requests
I'm stuck on a basic API setup. I'm trying to test this API, using PHP CURL
https://inland.zethconapp.com/test/api/docs/
The Authentication Endpoints work just fine, with a 200 response.
$url = "...
Shaw Mead
Votes: 0
Answers: 0