cURL is a library and command-line tool for transferring data using several protocols such as HTTP, FTP and Telnet.
0
votes
2answers
21 views
Angled brackets being escaped from url in PHP
I am trying to call the USPS API that takes in the zip code and returns XML containing the City Name of the given zip code.
Here is the URL they require:
...
0
votes
1answer
25 views
Removing dead facebok api tokens
I am trying to find a way to automatically validate multiple facebook access tokens at once.
I am storing user access tokens into a txt file and (as expected) after some time some of the tokens will ...
0
votes
2answers
49 views
Is it safe to use basic authentication with localhost service via PHP Curl without SSL?
I have a local service accessible via an HTTP REST API that requires basic authentication. Is it generally secure to call it using this with PHP Curl?
curl_setopt($ch, CURLOPT_URL, ...
0
votes
0answers
54 views
Curl and Facebook album dosn't work
I have this code, but dosn't work and i can't understand why
I tried different page id but all give me back
THERE HAS BEEN AN ERROR: pageId invalid
the strange thing is that it stopped working a few ...
-1
votes
0answers
37 views
Populating a drop-down menu of options based on an external database
With the use of cURL (and XML), how is it possible to connect to a external web-service in order to populate a drop-down menu based on the external database?
The web-service I'm connecting to has a ...
0
votes
1answer
41 views
curl_easy_perform in c++ stops a timer used for something else.
When i use curl_easy_perform in my c program it somehow stops a timer I have for checking something else.
this is my code:
curl_easy_setopt(curl, CURLOPT_URL, query.c_str());
curl_easy_setopt(curl, ...
0
votes
1answer
61 views
how to read a csv file from a url python
when I do curl to a API call link http://domain.com/passkey=wedsmdjsjmdd
curl 'http://domain.com/passkey=wedsmdjsjmdd'
I get the employee output data on a csv file format, like:
...
-1
votes
0answers
55 views
How can i use AJAX to stop PHP timeout in my cURL script? [closed]
How do I use AJAX in my PHP script to stop timeout when checking more then 20+ email/password combinations at Izotope?
Here's my code that keeps timing out when I ask it to check many ...
0
votes
1answer
46 views
How to convert a Public Key to a base64 Public Key?
Im trying to write a script, which is sending data to a sftp server via public key auth.
Im using cURL for that.
After some try and error I got an valid connection, but with the following output:
* ...
0
votes
0answers
31 views
Php - find multiple strings inside code (from cURL)
I want to extract a "name" and an "ID" from a table which is loaded via a url. the table always contain different values.
One table could be this one: ...
1
vote
1answer
54 views
[curl lib]How can I get response/redirect url ?
if I visit http://www.microsoft.com/
will redirect to http://www.microsoft.com/en-us/default.aspx
How can I get response/redirect url using CURL lib ?
I try
curl_easy_getinfo(curl, ...
0
votes
1answer
53 views
simple html dom php curl error cannot grab text i need
i am using the following code in my cript to grab a part of source code i need
but it get this error
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ')' in ...
0
votes
0answers
26 views
task scheduler not running social engine
I am working on a social engine project version 4.2.8. I enabled https for the project by adding this two lines in the .htaccess files
RewriteCond %{HTTPS} !=on
RewriteRule ^ ...
0
votes
1answer
23 views
cURL login hangs on curl_exec
I'm trying to login to a website using cURL. My code works on other websites, but on this one it hangs on curl_exec, Fatal error: Maximum execution time of 30 seconds exceeded.
I know similar ...
0
votes
0answers
58 views
Encoding issue with cURL and PHP
I am using XPath on HTML that is being fetched from different web servers with cURL in PHP. This has worked well so far, but my code does not work with this one server that I tried. The problem seems ...
0
votes
1answer
40 views
Filenuke Parser
I've been working on a filenuke parser, it includes the simple_html_dom class. Everything works and it submits the data, however when I try to watch the video it says file not found, but when I go to ...
0
votes
0answers
15 views
Curl posting on vB
I have a problem in submitting new thread using cURL on vB forum. I have form on my first site with textarea and after submitting it script copies content into vB forum. (I made working logging ...
1
vote
3answers
67 views
Php Curl Login Trouble
I'm really amateur to php curl. I would like to know how to login to a site with form like:
<form method="post" action="/log.php">
<input type="hidden" name="sessionid" ...
2
votes
2answers
85 views
can't download github project with curl command
I used "curl -sO" command to download project files from this GitHub project link:
http://github.com/ziyaddin/xampp/archive/master.zip
but, I couldn't download. There is error occured and says that:
...
-2
votes
0answers
35 views
cURL is taking too much time to execute in prestashop
I have used cURL code in my prestashop but it is taking too much time to execute that code. I talked with the hosting server and they are telling that the problem is in coding. But same code I have ...
0
votes
1answer
24 views
PHP Timeout to Logs Table
I have it set up in my PHP.ini file to timeout after 30 seconds. I want to keep this setting. I have a script that connects to an API and every once in a while (like 1 in 10 times), it can't connect ...
0
votes
1answer
42 views
Some content does not come with CURL request
i am trying to develop a spider to get data from other sites, just for academic meanings.
Very well, i am trying to crawl this website: http://urlmin.com/ngz
What happens if that:
I can get all the ...
0
votes
1answer
66 views
running php script featuring curl with windows task scheduler and xampp server
I currently have a php script that uses cURL to download html source code. I want to automate the running of this script using windows task scheduler. I am using windows 7 along with the xampp ...
0
votes
0answers
28 views
Libcurl NXDOMAIN causes timeout
Libcurl in my app seems to have trouble with non existing domains, as it stays a minimum 7-20s on "NXDOMAIN" requests (which seems to match CURLOPT_CONNECTTIMEOUT).
here is the pmp (poore man's ...
0
votes
0answers
23 views
Execute CURL statement in Android
Hi I am trying to use importio to screenscrape some stuff in android.
I need to send the request:
curl -c authcookie -XPOST -d 'username=importio&password=mynicepassword' ...
0
votes
1answer
60 views
Passing shell script variables to remote PHP file via curl
Does anyone know the syntax for this?
I have a PHP file that uses argv to turn a parameter into a variable.
If I use:
php /path/to/local/phpfile/myphpfile.php variable
that works perfectly, but to ...
0
votes
2answers
60 views
cURL request to a page to get headers without waiting for page contents to load
I have a code that sends a request to a PHP page to get it's headers. The thing is, on that page, copy() function is executed and cURL either waits for the whole page to load (finish copying) or ...
-1
votes
2answers
72 views
Retrieving XML Response values & storing them as variables in database [closed]
I am encountering some errors while trying to retrieve XML Response Values & storing them as variables in a MySql database. To be specific i want to trap these 2 values : status & credit from ...
-3
votes
0answers
24 views
checking source code with dom in currl php but the line i am looking for is produced by java [duplicate]
hi there i am using the follwoing code to check html source code for specified text and return fail of success but the line of text i am checking is produced by java heres my code
source code i am ...
0
votes
2answers
38 views
bash encapsulate command options in variables
I have a bunch of these to test my RESTful API
$CURL \
-v \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-X POST \
-d ...
-2
votes
0answers
78 views
CURL : How To recover the session ID from the facebook cookies file
PLease , i want to post a status on the facebook wall page, i logged in successfully ,
When i go to post the message , i need the " composer_session_id " , i don't know how i can recover it from the ...
0
votes
0answers
71 views
CURL - This request requires HTTP authentication
I have the following code:
$curl = curl_init($query);
curl_setopt($curl, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
curl_setopt($curl, CURLOPT_USERPWD, $username.':'.$password);
curl_setopt($curl, ...
0
votes
1answer
36 views
curl php script always showing failed result when checking
hi there i am using the follwoing code to check html source code for specified text and return fail of success but i am always getting failed even though i am using correct login heres my code i am ...
0
votes
0answers
46 views
Php Curl add string file as a post field
I am using mailGun web API and ran into the issue of adding inline files.
Our software creates an image and passes it around as a string. I want to inline that image
The problem that I have is that ...
0
votes
1answer
27 views
using cURL to log redirects
Trying to develop a script that takes as an input a bunch of URLs and then tries to load the page and see if a redirect is actually happening and then logging the final URL.
I used this
...
0
votes
1answer
43 views
Curl: Or the equivalent of - For Server Side Javascript
Popular scripting languages such as Python and PHP have extensions that utilize the Curl library- but little documentation exists for the newer Javascript server side languges.
I was wondering --is ...
0
votes
1answer
69 views
cUrl error: “Couldn't resolve host 'search.twitter.com' ”
When trying to connect to the Twitter api using cUrl and PHP, I get the following error:
Couldn't resolve host 'search.twitter.com'
Before it worked fine, and the request works in my browser. When ...
0
votes
0answers
43 views
php curl file upload without real file , want to write to body a string
Hi i am uploading files by this little code
<?php
$file="oks.html";
$cookie="*;";
$csrf="*";
$parent="*";
function up($d)
{
global $cookie,$csrf,$parent;
$ch = ...
0
votes
1answer
51 views
How to display progress when we run action using ant with curl
My sample code is.
<target name="retrieve-userdata" depends="test-src">
<echo message="start the process for fetch region and event"/>
<exec executable="curl">
...
0
votes
0answers
57 views
installing composer using curl -sS https://getcomposer.org/installer | php command
I have been tyrying to install Composer in my machine using the
curl -sS https://getcomposer.org/installer | php
command,which gives the following error:
#!/usr/bin/env php
Some settings on your ...
0
votes
2answers
72 views
Call to undefined function curl_init() error with WAMP
I know that it's a very often asked problem, but I've tried all that I found and it still doesn't work.
I use WAMP 2.2 on Windows 7 (64 bits), and PHP 5.4.3. When I call curl_init() in localhost, ...
0
votes
1answer
55 views
How to send GET request including headers using python
I'm trying to build a website using web.py, which is able to search the mobile.de database (mobile.de is a German car sales website). For this I need to use the mobile.de API and make a GET request to ...
0
votes
1answer
43 views
Curl within while loop only sending variables once but runs the loop multiple times
The code below is only sending one variable to my script but it is running trough the loop as normal. I would appreciate some help with this. Thank You.
<?php
$result = mysql_query("SELECT ...
0
votes
2answers
71 views
Saving a URL in a bash variable causes curl to fail
In a bash script I've stored the URL from a previous command in a bash variable $DESTINATION_URL. I want to run a curl command using this variable.
If I use the $DESTINATION_URL variable, the curl ...
0
votes
0answers
28 views
Why coinbase address callback not?
I am using PHP cURL to generate new address from coinbase. As per this documentation we get notification on the callback url when any transaction is made on the generated address.
But I am not getting ...
0
votes
2answers
53 views
curl doesn't get 302 but 200
I am using curl to retrieve content from a website, but the http code retrieved by curl is 200 and the content is empty. When I used this on firefox, I see a 302 redirection. I have already addes this ...
0
votes
1answer
61 views
Auto login with PHP cURL
Having invested a lot of time and brain power I am flummoxed.
I fill 'SITE1.com' login form that is curled to automatically fill 'SITE2.com' login. Login is successful. Data includes Flash that is ...
0
votes
1answer
27 views
Creating a hidden product
I am trying to POST the contents of request.json to
/admin/products.json, but Shopify replies with the contents of
response.json.
As you can see in request.json, I have specified "published_at" to ...
1
vote
2answers
71 views
how to embed a github git README file on a website
I am making a website for someone and they want to be able to have that site fetch the github readme markdown file at a certain URL and display it on the website, so that instead of having to write ...
0
votes
3answers
48 views
curl and php html not logging in correcty i know curl functions work
I know my curl script works correctly. I can hardcode the email and pass in curl and it works fine, but now I am trying to create a php script to input it and it doesn't work. I will post links and ...





