Tagged Questions
2
votes
1answer
57 views
Login to page with curl in php and then visit link “logged in”
I need to login (make post) with curl in php to a website, then save a cookie with authentication, and use it to visit normal link from same website.
They have only half of text available in free ...
-2
votes
1answer
28 views
Download a file via CURL with Cookies using php [closed]
I need to POST cookies.txt then download a page to a text file using CURL. This is my FGC example but apparently FGC is bad at cookies so I need CURL.
<?php
$file = file('source\1.txt');
...
1
vote
1answer
62 views
Copying Cookie From Another Domain To My Domain
I'm making a cURL request from exampleA.com to get its response header. So far so good, these are some of the data I get:
Array
(
[0] => sess=1; path=/; expires=Wed, 15-May-2013 09:25:29 GMT; ...
-2
votes
0answers
83 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
1answer
23 views
curl script not using cookies correctly
hi there i am trying to creat a php script to login to my tesco account but for some reason the cookies are not working please help here is my script below and also an example of my script below so u ...
1
vote
2answers
34 views
Php Soap Request with sending a cookie - I couldn't send cookie
Intro: I am trying to implement some files by using a webservice. This webservice let me to call basic methods freely but when it comes to serious ones it needs for a cookie and my session will be ...
0
votes
0answers
85 views
How to get same remote session with cURL and ajax curl request?
I have php site that curl's remote php app with mod rewrite proxy that uses session to store app state. Page's some php codes are loaded from remote server with mod proxy and curl (in to the center ...
0
votes
0answers
66 views
i am trying to create curl to link bucks links need javascript enabling
I am trying to visit on of my adfly ads with a curl command but do not have java enable.
How can i enable this with my curl script?
Here is part of the bash script:
sleep $[ ( $RANDOM % 25 ) + 15 ...
0
votes
0answers
48 views
Sending cookie through curlopt_cookiefile with string
I have 2 servers, both of them should be able to have access to username.txt(which is a cookie for each user in my database)
I'm thinking of storing the cookie in database, this way will make both ...
1
vote
1answer
42 views
Login throw curl and browser
I'm working with drupal 7 and REST api.
I'd like to log in into drupal with curl and later when i visit the website with a browser i want to be logged in.
i'm usin gthis code:
<?php
$user_data = ...
0
votes
1answer
59 views
Using cURL to replicate browser request
I'm trying to use cURL to get data to the form an URL:
http://example.com/site-explorer/get_overview_text_data.php?data_type=refdomains_stats&hash=19a53c6b9aab3917d8bed5554000c7cb
wich needs a ...
1
vote
1answer
61 views
Using cURL/php to get a page, but it's missing something
I need to pull data from an external website (with a different domain). A large portion of the data I'm attempting to retrieve doesn't show unless the user interacts (clicks) on an element, or ...
2
votes
2answers
39 views
Make the called url deal with client cookie not caller cookie
I'm making an app that deal with an API
So i'm trying to call the API using cURL and the issue is that the api will deal with the server cookie which do this curl call not the client cookie who use ...
0
votes
0answers
19 views
Transfer Cookie file from Curl to Browser?
Can I export a cookie file got through cUrl to a browser??
So that I can open a webpage as logged in..
Correct me if I am wrong.
-5
votes
1answer
209 views
Bypass captcha with curl PHP and post data with example [closed]
I am trying to login to a website with Curl. The question is how to get captca and post data on fly?
Any suggestions?
1
vote
0answers
126 views
how to set cookies in curl using LIB_http
I'm receiving cookies message again & again while sraping the page manta.com
message is
Array ( [FILE] =>
Oops.
Before you can move on, please activate your browser cookies.
I am using cookies ...
0
votes
3answers
226 views
Trying setting session cookie using HttpClient
Help setting cookie to HttpClient
Created a program which logins to an external web service. However, to obtain vital information from
an HTTP GET, I am unable to pass in the cookie (generated from ...
0
votes
1answer
197 views
get cookies set by javascript using curl
I'm writing a script that uses curl to fetch the contents of a webpage. I search the headers for Set-Cookie to collect the names of all cookies set by the page. The problem is that some cookies are ...
0
votes
0answers
102 views
curl login POST download CSV
I want use curl to connect one hosting and download a file .CSV but I have a problem, I can login correctly in the hosting and I can download .html files but when I try to download .CSV file I have an ...
0
votes
1answer
55 views
What Happens To Cookies When I CURL
Im using curl to load content from a url but when i do the cookies from the website dont get set in my browser.
Is there a better way to open a external url with php and make getting cookies work?
...
-1
votes
1answer
138 views
How does a cookie work
I'm trying to send a post request through curl so I ran
curl --cookie /tmp/cookies.txt --cookie-jar /tmp/cookies.txt --data "name=value" http://www.mysite.com > post_request.txt
where I stored ...
1
vote
1answer
201 views
ColdFusion alternative to cURL
I'm trying to re-create a PHP function in ColdFusion (as I don't know PHP) and think most of my function is not too bad but having issues when dealing with the cURL function in PHP.
The function code ...
0
votes
1answer
112 views
curl and cookies - command line tool
I am trying to get more familiar to curl, so I am trying to send post request to a webpage from a site I am already logged into :
curl --data "name=value" http://www.mysite.com >> ...
0
votes
1answer
56 views
Retrieving cookies from google using PHP/CURL
I'm trying to create a script that allows users to login once (using same username & password on the domain) so that they can access the portal and gmail, instead of signing in twice (one to the ...
1
vote
1answer
231 views
How do I log into mediawiki using PHP cURL?
I'm trying to integrate mediawiki into my website, but I'm having trouble. I think the problem has something to do with the cookies because I get a success from the mediawiki API.
Here's my code:
...
2
votes
1answer
231 views
PHP, cURL, Sessions and Cookies - Oh my
I wrote a PHP web application which uses authentication and sessions (no cookies though). All works fine for the users in their browsers. At this point though I need to add functionality which will ...
0
votes
1answer
152 views
Using Curl to Login to Vimeo
I'm trying to use CURL with PHP to login to Vimeo.com, Vimeo login.
To provide the data for CURL to use (cookie and field data), I'm using a browser extension to read the field data off of the ...
0
votes
2answers
127 views
What am I doing wrong? CURL PHP Cookies
I'm using curl to login to a website, It manages to log me in and display the page back saying "Thanks for logging in Jack Brown" and I can see the member area.
However a cookie file is not being ...
0
votes
1answer
138 views
PHP CURL - Problems storing and using cookies when scraping
I've been trying to write a script that retrieves Google trends results for a given keyword. Please note im not trying to do anything malicious I just want to be able to automate this process and run ...
1
vote
0answers
118 views
Share the same cookie between two PHP requests with cURL
My first post here... I am handling cookies between get/post pair of requests.
Based on this other question:
share the same cookie between two website using PHP cURL extension
Is my approach ...
0
votes
1answer
102 views
Run curl_multi_init() and reuse the cookie
Hello
I wonna use curl_multi_init(), first to login to a website and grab that cookie, and then use it at the next site, still with curl_multi_init().
i have been googling a while for this and tryed ...
0
votes
0answers
126 views
HTTP_Request2 getCookies & setCookies working only sometimes
I'm trying to navigate through a page, the page stores in the cookie some info about where I'm and the Effective URL can match different things deppending if you have the cookie or not.
I have this ...
0
votes
1answer
674 views
HttpClient 4.x httpGet with cookies/session
I'm trying to get a page from a given URL which need to be authenticated to work.
I've succeeded to get cookies with a HttpPost on the login url.
I get cookies like that, so it seems ok:
Cookie: ...
0
votes
1answer
73 views
Apache Cookie Save Location
I am using CURL to connect to a mail API service. I want to save the location of the login cookie to my own directory but it seems CURL ignores my OPT parameters and the cookie.txt file is being saved ...
0
votes
0answers
160 views
Setting Request Cookies in Redirect saved in cURL CookieJar File
I'm working on a project where I am using an api to interface with an ecommerce store on a separate site. I am able to add items to a basket through the api, and use cURLS CookieJar to save state. To ...
2
votes
1answer
136 views
cookie not working with cron calling php script
I have set a curl cron call each minute which works perfectly when in my php db request there is no cookie variable involved:
$stmt4= $dbh->query("SELECT * FROM schedule_confs WHERE uyi=0
AND ...
-1
votes
1answer
51 views
is there a facility to store and retrieve cookies (like the cookiejar in curl and php) in Apache Camel + Java
I am porting a php snippet that relies on cookiejar provided by curl to get cookie and use it in the subsequent calls. I am facing problem with implementing the same code in Java with Apache Camel. I ...
-2
votes
1answer
120 views
Php : regular expression to find a text between strings [duplicate]
Possible Duplicate:
RegEx How to find text between two strings
I am new to REGEX and learning..this is emergency and some one need to help me,
how can i get a value 6Lf4 (dynamic value) ,
...
1
vote
1answer
348 views
Php : sending cookie in curl Request
I have below curl code to GET.
<?php
function get_content($URL){
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, ...
5
votes
3answers
803 views
PHP Curl And Cookies
Hello everyone i have some problem with PHP Curl and Cookies Authentication.
I have a file Connector.php which authenticates users on another server and returns cookie with current user.
The Problem ...
0
votes
1answer
95 views
Curl: How to insert value to a cookie?
Ho to insert cookies value in curl? from firebug request headers I can see in the following
Cookie: PHPSESSID=gg792c2ktu6sch6n8q0udd94o0; was=1; uncheck2=1; uncheck3=1; uncheck4=1; uncheck5=0; hd=1; ...
0
votes
3answers
409 views
PHP Curl login with redirect not working
I have the following PHP script which should get the content of a page, that is behind a login-form.
It is working fine on my localhost server, but it doesn't work on a host (GoFreeServe). I get an ...
1
vote
2answers
589 views
CURL to access a page that requires a login from a different page
I have 2 pages: xyz.com/a and xyz.com/b. I can only access xyz.com/b if and only if I login to xyz.com/a first. If accessing xyz.com/b without going through the other, I simply get access denied (no ...
0
votes
1answer
762 views
cURL request on a page requiring JavaScript support
I need to get the HTML source of pinnaclesports.com. The problem is it detects whether cookies and JS are enabled and if not, it just returns some page saying
This site requires JavaScript and ...
0
votes
1answer
372 views
PHP can't find cookie file after cURL request
I'm trying to log into a forum using cURL and save the cookie to a file, then parse the cookie to get the phpbb2mysql_sid cookie. Here's my code thus far:
<?php
$curl = curl_init();
$cookieFile ...
0
votes
2answers
325 views
PHP CURL By Passing a Cookie Key/Value Pair
I was wondering if someone knew the equivalent of doing (from terminal):
curl --cookie "session_id=12345" http://www.example.com
Using CURL in php. I would prefer to do it without using a ...
0
votes
1answer
194 views
PHP cURL cookie problems
I have the strangest problem:
if i try to post a cookie with curl i get a http_code 500,
when i leave the cookie out it works normally?!
i added the cookie like this:
curl_setopt($curl, ...
1
vote
0answers
380 views
Unable to login Google with curl
I want to login in google.com with php via curl but i am getting login page again and again.
Here is my code
$ch = curl_init();
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($ch, ...
-1
votes
1answer
371 views
how to get cookie list from remote url using php
Does anyone knows how I could get a list of cookies for an external URL using php?
I think this could be done with cURL?
When i'm using cookiejar or using get_headers, I only see one cookie (the ...
0
votes
3answers
411 views
How to use file_get_contents() with a Wordpress user's cookies
I need to send a file_get_contents() to an API endpoint with the client's cookies that are set by Wordpress to show that the user is logged into the wordpress site. I know I need to use ...




