Questions tagged as 'curl'

2
answers

Error saving image to Facebook profile via PHP SDK

Good afternoon! I'm using the Facebook SDK to login to my site, I can return the data, including the profile photo link, but I can not save the image, the following error occurs: A PHP Error was encountered Severity: Warning Message:...
asked by 26.07.2017 / 21:19
1
answer

Transform curl http: // IP: PORT / sendLocalEvent? eventName = _evento in Javafx

I would like to make an app in javafx, when pressing a button it sends a command of type: curl http://IP:PORTA/sendLocalEvent?eventName=_evento to a server on the same network to start the _evento event. Would it be using httpUrlConnec...
asked by 22.07.2017 / 21:02
0
answers

Curl error does not follow request

I'm creating a donation field from my site that is interconnected remotely with another but I'm having problems with redirection, post post dates to the page: > and what should happen is to follow the request until the content of the page link...
asked by 29.07.2017 / 11:34
0
answers

cURL does not return HTML

I'm creating a custom management panel, but I'm having a hard time, because the HTML of my request after login does not appear on the screen, instead the login . How can I make the login and give the page display /account after the...
asked by 09.07.2017 / 19:33
1
answer

Results of disordered requisitions

I have 1 textarea with several lines, each line of this textarea I have data to make a post request in a single url, it checks each line and sends me the result on the screen via jquery, the problem and that the results that are printed in the s...
asked by 11.07.2017 / 17:51
1
answer

Show data from json

I need to recover the data POINTS and RODADA_ATUAL The json link is - > link This is the name of the team that wants to pull the dice: semtitulos When you access this url all the team data appears, but I can not get the 2 values I...
asked by 16.06.2017 / 14:52
0
answers

Error with CURLFile

Hello everyone. I have the following code: <form action="" method="POST" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="POST"> </form> <?php if (isset($_FILES...
asked by 12.06.2017 / 20:38
0
answers

Help with Curl PHP

I have a curl request and usually the webservice I connect takes 8 seconds to return a json of 600,000 lines. The problem is when I open a tab to make this request eg link is if this tab is still loading and I try to open another one in the sa...
asked by 05.04.2018 / 23:51
1
answer

Install Python Curl library 3.4.4

Someone has a .zip link to install the librarian "import pycurl" Using Windows and Python 3.4.4     
asked by 28.02.2017 / 12:35
0
answers

Integration with CIELO

I have a question on how to treat --data-binary , header I know I can treat it like this: $data = [ 'USER' => $this->username, 'PWD' => $this->password, 'SIGNATURE' => $this->signature,...
asked by 21.02.2017 / 03:20