Questions tagged as 'curl'

0
answers

Sandbox does not send Notifications

The secure paypal sandbox is not sending the notifications to my page, is set to url on the Integration Profiles tab - > seller, and also the notificationURL in the transaction request. Success image on localhost Thecodeonmypagererecei...
asked by 28.08.2018 / 01:05
1
answer

curl: (92) HTTP / 2 stream 1 was not closed cleanly: REFUSED_STREAM (err 7)

I'm trying to register a Gitlab runner, but when I run the specified log command in the API, an error occurs. The command I try to run is as described in the API: curl --request POST "https://gitlab.example.com/api/v4/runners" --form "token=ip...
asked by 25.06.2018 / 16:00
1
answer

Catch part of a URL with cURL

Expensive, was looking at this topic Get a value inside html and understood that using this resource "parse_url ($ href, PHP_URL_QUERY)" has the function of saving the query string in a variable. My doubts are as follows: I want to go throu...
asked by 17.05.2018 / 15:40
2
answers

How to rename files in a .CSV list in your output with PHP and CURL?

How are everyone? This is my first post because I'm a beginner with PHP and CURL and I needed to create a script that will download several images into repositories through a .csv file. It reads the url where the file is, and saves it to a pre-e...
asked by 24.02.2018 / 16:55
0
answers

CURL PHP Automatic Login

I'm fine-tuning an application that I did some time ago, I try to login via CURL, but I can not make the application work with the cookie collected during the login via CURL. I can save the cookie but not use it. I'm not sure if I'm getting in t...
asked by 14.12.2017 / 22:36
1
answer

CURL PHP request for a WEB Service

Good morning, everyone. Guys, I'm having a problem communicating with webservice from a third-party company here where I work. Explaining above, I need to send a transaction report with coupons that have been identified with the cashback option...
asked by 04.01.2018 / 13:10
0
answers

problem with cookie in curl

I'm developing a login with curl and I'm making two requests, the first one makes the post to the action page of the form and generates a txt file with the cookie, soon after I make a request using that file to access the protected page. but I d...
asked by 06.12.2017 / 16:20
0
answers

Proxy server with php and curl super slow after x connections

I have a system that makes use of the Curl library in php, works perfectly however, when there are many online users the request with Curl gets extremely slow. I've tried all sorts of optimization in php / centos and nothing solved, does anyone...
asked by 19.11.2017 / 09:08
1
answer

Wheel php script in cmd with curl

I'm testing an api, trying to use some features presented the following message:    Something went wrong: Network: CURL error 60: SSL certificate problem:   unable to get local issuer certificate (see    link ). Through searching I discov...
asked by 26.10.2017 / 15:38
0
answers

Sending 1 jSON at a time for API

Hello. I have a question that I can not heal. I'm doing a PHP integration of Opencart with the Your Sales API, but the API only accepts 1 json at a time to register, ie I need to get it sent one, then the other and so it goes, but I'm not sure h...
asked by 31.10.2017 / 22:23