cURL is a library and command-line tool for transferring data using several protocols such as HTTP, FTP and Telnet.

learn more… | top users | synonyms

0
votes
1answer
34 views

Fatal error 'Invalid data received"

I'm fiddling with a free API and all is well but occasionally I get the error below. Fatal error: Uncaught exception 'Exception' with message 'Invalid data received, please make sure connection is ...
0
votes
1answer
21 views

.htaccess password auth but allow post request

I want to protect my domain with a password because I just use it to test scripts, but I need to allow curl HTTP POST request. Is this possible? current .htaccess: #AuthUserFile ...
0
votes
1answer
42 views

Saving data from resulting page after HTML form submission

I'm a beginner when it comes to PHP, AJAX and jQuery. I want to parse data off a particular page in a website, but to get to this page I need to fill up a form. I am able to replicate the form on my ...
0
votes
0answers
48 views

Str_replace not working with Php Curl

I used curl to grab a page with a form. It looks like <form action="send.php" method="post"> I want to replace send.php to index.php?act=send. The code I used was $store = curl_exec(); $store = ...
1
vote
1answer
17 views

Is there any way of detecting how many requests finished within curl_multi_exec loop?

Using curl_multi_*,I want to execute a piece of code every x requests, is there any way of doing so? The only way I came up with is to check the $still_running variable from curl_multi_exec, ...
0
votes
0answers
33 views

Checking internet connection from cURL curl_getinfo()?

I have a PHP program that needs to constantly access the internet and harvest data for days. The problem with a local internet connection (rather than a data center one) is that it may be disconnected ...
-1
votes
1answer
46 views

How to use cURL instead of exec()? [duplicate]

I get the error: Warning: exec() has been disabled for security reasons For the following code, any ideas of how I could workaround this without using exec()? $file = 'test.jpg'; $cmd = 'curl ...
0
votes
2answers
15 views

Curl on windows + wamp for command line

I am kinda to new this curl business, I have WAMP and curl has been commented out on the php.ini so its working, however i thought that i could run from the command line something like curl ...
1
vote
1answer
82 views

Invalid JSON response using CURL

I have a problem with the play framework 2.1.1 (Java) telling me that I am sending Invalid JSON. There has been a similar /possibly the same issue for the play framework 2.x and 2.1.0, but it was ...
-1
votes
1answer
42 views

Using cURL to log in to a website no longer works after hosting change

I have made a PHP curl script that logs into my server from my website it all worked fine until today i changed my hosting and bought a VPS i configured it to use kloxo panel and started propagating ...
0
votes
0answers
40 views

PHP Session Lost when accessing a page through CURL

I was accessing a page set.php on a server which sets a session value on that server. I could see the value in the session by running another script get.php. Here is my problem: I run the script ...
-1
votes
1answer
27 views

How to parse <span> content from page using CURL?

How to get data from this ? <td align="right" width="100"><span class="statsTopHi">1,234,567</span></td> I need to get statsTopHi data? but dont know how to do it, i'm new ...
1
vote
1answer
48 views

PHP cURL Header request returning 400 on some servers

I'm trying to test server response from a few client websites using cURL to retrieve only the header, wrapped in a microtime call to calculate full execution time (for server roundtrip), and the HTTP ...
0
votes
1answer
60 views

IMGUR API - Permission Denied

I am using the IMGUR API and I get the following error Warning: file_get_contents(https://api.imgur.com/3/album/f0J59/images): failed to open stream: HTTP request failed! HTTP/1.1 403 Permission ...
0
votes
0answers
34 views

Plagiarism Tool Uniqueness Detection

I am building a plagiarsm checking tool for my company but have problems on calculating the uniqueness factor. Calculation works by searching the snippet into Google using GSERP. The script then ...
-1
votes
1answer
48 views

CURL Not working

I tried to use curl on http://wapka.mobi but it is returning a blank page. It was accessible till yesterday night. Now i'm not. This site is easily accessible in my web browser. Please note that the ...
-1
votes
1answer
28 views

Using PHP, how to login to site with cURL

I am trying to work towards posting to a webform using PHP's cURL. So far the best I'm able to do is to pull up the login screen, but after that I am not sure what to do. I know of course that I need ...
-1
votes
1answer
23 views

load page with curl(windows) bat

I downloaded curl for windows and i need a bat file which will load an url every 2 minutes. Any ...
0
votes
1answer
66 views

Uploading files using PHP

I have set up an HTML form to select a file and submit it to a PHP script which will upload it. I cannot use move_uploaded_files() because Box's API requires that I add a HTTP Header for ...
0
votes
1answer
39 views

How to provide Youtube authentication token in PHP cURL

Following this guide, I'm trying to retrieve a Youtube user's subscriptions. I am able to get the user's authentication token, however I don't know HOW to actually send it with my cURL request. The ...
0
votes
1answer
25 views

using curl commands after launching server with node.js

How do you run curl commands after launching a node.js application from the terminal? I'm following some example from the book Node.js in Action and it has you launch the server and then POST some ...
0
votes
0answers
31 views

REST with authentication in Classic ASP

I am currently "porting" a php script into ASP Classic. The php script directs a parameter in the URL into a cURL request to a REST api, and returns a JSON or XML response. the PHP cURL is as ...
1
vote
1answer
21 views

Curl (7) error while import feeds data from audible

I am not sure what do here: I have a drupal site and am importing data from audible.com via feeds importer. Set everything up a couple of weeks ago, info has imported without issue for the past two ...
2
votes
1answer
27 views

jibberish returned when using CURLOPT_URL

Im trying to grab a pages data using CURLOPT_URL, to do so ive used the below code, which is working fine for other pages (with the exception of where the page uses relative paths to its css / js in ...
0
votes
0answers
28 views

Process each line separately to stop timeout in PHP cURL script

I am getting a timeout in my checker script. Is there a way I can get it to stop timing out? Also I would like it to post each echo line by line instead of waiting for script to end. Here is my code: ...
1
vote
4answers
23 views

Set PHP session via cURL - will it set the session for the client or the server?

I have a website that uses PHP sessions to manage logged in users. Another company has asked for their users to sign in to their site and then when they come to my site, the user will automatically ...
1
vote
3answers
31 views

cURL HTTPS follow redirection

I had the below code working to get a HTTP url follow the redirect and then pass back the new page url it was on. // Follow URL private function follow_url($url) { $options = array( ...
0
votes
4answers
48 views

Downloading large files with cURL?

I'm fairly new to cURL and searched for a good script to download remote files to my server using cURL. What I found was this: <?php $url = 'http://www.example.com/a-large-file.zip'; ...
0
votes
1answer
29 views

Track google instant search result for occupation of people using php

Please check the image, i need to track the occupation of some famous people. I think this instant result from google will be good choice. This result is populated dynamically from javascript, i ...
0
votes
1answer
42 views

PHP cURL “CURLOPT_USERPWD” or best way to protect the API?

In php cURL usage, what actually is CURLOPT_USERPWD working? I can see in many examples, like: curl_setopt($ch,CURLOPT_USERPWD,"my_username:my_password"); .. but how to do at the Server Side? What ...
0
votes
0answers
29 views

How to download video form server and upload another server

I want to download video ( like wav, mp4, mp3) from the server and upload another server using php. is it possible using php ? I am trying with CURL, but it's not working.. If any body can have any ...
-2
votes
1answer
44 views

undefined reference to curl_global_init, curl_easy_init and other function(C)

I am trying to use Curl in C. I visited Curl official page, and copied sample source code. below is the link: http://curl.haxx.se/libcurl/c/sepheaders.html when I run this code with command "gcc ...
0
votes
1answer
44 views

Can't get Youtube access token with curl (PHP)

I'm following this guide to make a server side Youtube web app in PHP. I can't get past step 4. Everything up to that is good, it redirects to my script and I can obtain the authorization code no ...
0
votes
0answers
27 views

what is Review object in facebook graph API & how do I post it

I have implemented some of the facebook features using curl and facebook graph APIs as mentioned in the developer website. I am able to post and upload photos. During the course of adding other ...
0
votes
0answers
10 views

Security Settings to use curl with AWS

I am trying to connect to amazon cloud servers together. The one is running a rest service that the other needs to connect too. I have everything working fine in my shell script except that when i try ...
4
votes
3answers
46 views

Edit json response from curl response

<?php $json_url = "http://openexchangerates.org/api/latest.json?app_id=xxxxx&callback=angular.callbacks._0"; $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $json_url); curl_setopt($curl, ...
2
votes
2answers
68 views

Translating cURL command to PHP

I'm trying to translate the following cURL command to PHP. curl -k https://api.box.com/2.0/files/content -H "Authorization: Bearer 8tuuIMsrf3ShyODVdw" -F filename=@txt.txt -F folder_id=0 Here is my ...
0
votes
1answer
30 views

Upload a file into a ftp server using buffered output with Curl

I want to upload a database backup file into an external ftp server using curl. I use postgres and pg_dump streams the content of file into buffered output. I tried echo pg_dump dbname| gzip" | curl ...
-1
votes
0answers
48 views

send soap message to webservice using curl with attachment

I am required to call a webservice and wait for results using UNIX BASH. I figured I could use CURL. The problem is that i need to send to the webservice a zip file as an attachment. Has anyone ever ...
0
votes
2answers
39 views

R - devtools Github install fails

Trying to use Hadleys devtools package I am getting a certification error: install_github("devtools") Installing github repo(s) devtools/master from hadley Installing devtools.zip from ...
2
votes
1answer
61 views

remote login to Amazon using curl / php

I've made myself a test project to log in to Amazon using cURL and PHP, but after hours of going in circles, I think I have to admit defeat. I was wondering if anyone could tell me were I've gone ...
0
votes
0answers
22 views

CURL keeping session with get and post

I have logged in to a website with post and it's OK. When I get this site with GET method everything is ok (returend "Hello, username !" etc) but when I'am trying to send post to this site it's ...
0
votes
1answer
27 views

PHP: curl and stream forwarding

Curl has lots of options that make it easier for my use-case to request data from another server. My script is similar to a proxy and so far it is requesting the data from another server and once the ...
0
votes
0answers
19 views

File upload from one server (Internet) to another Server (Intranet)

I am trying to upload a file from Internet site, which obviously need to be uploaded in Intranet site. Tried below code. index.php file in Internet Site <?php echo "<pre>"; ...
-2
votes
1answer
38 views

Selecting a popup window using cURL [closed]

I am creating a php script for deleting message from a site using cURL. At first we have to select a Select all Check box and then click the Delete all option. After that a popup window will open ...
2
votes
0answers
77 views

Get Google Search Images using php

Search on Google images with car keyword & get car images. I found two links to implement like this, PHP class to retrieve multiple images from Google using curl multi handler Google image ...
1
vote
2answers
38 views

cURL web services from iphone

I need to fetch data from curl web services from iOS, the client provided me a header name, header value and a base url, I dont know what to do with them, the url isn't giving me anything opening in a ...
0
votes
3answers
66 views

PHP Best way to pass big Arrays or Objects between different Sites/Servers?

I have 2 websites (2 different domains/servers) and i need to transfer data between them. Source Server will be having an Array/ Array Object. Then it needs to be delivered to another site. I do not ...
-4
votes
0answers
31 views

which separator to use in this code and how to format it [closed]

i working on getting the source of remote page and echo only specific line nunmbers my code below works well In the code below i echo the line no 58 : $html = get_data($newurl); $html = ...
0
votes
1answer
26 views

PHP, CURL. What does curl_exec return?

I'm trying to set an API with a payment processor. Below is the code they provided me. There are some information in the $result variable that I want, what I don't understand is what type of variable ...

1 2 3 4 5 175