Tagged Questions
1
vote
1answer
41 views
how to login to a website with python and mechanize
i'm trying to log in to the website http://www.magickartenmarkt.de and do some analyzing in the member-area (https://www.magickartenmarkt.de/?mainPage=showWants). I saw other examples for this, but i ...
0
votes
0answers
32 views
Issue with cookies during webpage parsing using Python
I am trying to parse a webpage using Python.
Problem: This page requires me to enter zipcode in the prompt window before loading. If I don't enter zipcode (parse the webpage directly) then webpage ...
0
votes
0answers
6 views
xammp python file move to subdirectory repeatedly sends same cookie
I'm sure there is a simple answer to this, but here you go.
I have been developing a python script that uses CGI and cookies to get some form data and then respond with some simple html. It work's ...
2
votes
2answers
63 views
flask unit test: send cookies after modifying the session
I'm writing some unit tests for my flask application and I need to simulate a request from a logged in user (I'm using flask login).
I learned here that to do this I need to modify the session and ...
1
vote
0answers
56 views
why can't i login using urllib2 post in python
I was wondering what makes me unable to log in to a website in python using post. I've tried so many examples taken from stackoverflow and they are very easy to use. The same code works for me with ...
0
votes
0answers
32 views
Logout in Tornado doesn't work
I wrote the login and logout handlers in Tornado, using for the login the Google external service.
The handlers are the following:
...
0
votes
0answers
61 views
Python - Generating session (cookie related)
pretty new to python and any help would be greatly appreciated!
im just having a problem with a code which is suppose to "generate session"
basically this is a cookie related function where there are ...
1
vote
1answer
59 views
Python automating a wget script with login required
I need to automate a download process from a site which requires the following:
send an HTTP POST request containing your username and password
I should get a cookie (probably containing a session ...
0
votes
0answers
36 views
Mechanize Python and Google Analytics
When I open a website with mechanize:
br.open('http://website.com')
how would this appear on Google Analytics? I understand that Analytics gives the browser a __utmb cookie that expires after 30 ...
0
votes
1answer
199 views
Creating facebook webproxy with python
I'm trying to create webproxy for personal use to access facebook (it is often blocked from a few locations where I happen to spend some time).
Started from this code: ...
0
votes
1answer
56 views
HTTPCookieProcessor not serving cookies
I am trying to access a website that requires cookies. Using urllib2 and cookielib I am able to get a response from the site. The HTML printout informs me that I am not getting access with the line:
...
0
votes
0answers
51 views
This site requires JavaScript and Cookies to be enabled - PYTHON
I have a relatively small crawler, which reads website with threading, via urllib2. Now I have the issue that I have to read thousends of webpages, with upwards ID's. It works fine for some websites, ...
0
votes
1answer
111 views
Cookies getting lost after the redirect (Bottle + uWSGI + Python)
I use Bottle framework and uWSGI app server to host my website. I'm now changing the main programming language on the website (PHP->Python) and I faced the issue: cookies I've just set using ...
0
votes
1answer
79 views
UNIX time is too long
I've got this number 13008365973607952 and I know that it corresponds to Thursday, 21 March 2013 19:59:33. However, for me this number seems too long. When I use Python's time.time() function I get ...
0
votes
2answers
53 views
Heroku Python: What is the proper way to set and get cookies?
I've seen many ways to set like:
# store in a cookie
cookie = Cookie.SimpleCookie()
cookie['lat'] = lat
cookie['lon'] = lon
# expires in one hour
cookie['lat']['expires'] = time.time() + 1 * 24 * ...
3
votes
4answers
130 views
Django cookies and headers
In Django (and in general), is a cookie also a header, just like, e.g. User-Agent?
That is, are these two methods equivalent in Django?
Using set_cookie:
response.set_cookie('food', 'bread')
...
1
vote
1answer
59 views
GAE Python - Saving database query into cookie
I am trying to save a database query into a cookie since I require the result on every page. When hard-coding an expiry-date into the code everything works fine, but when I replace the hard-coded date ...
1
vote
1answer
139 views
Logging into a website which uses Microsoft ForeFront “Thread Management Gateway”
I want to use python to log into a website which uses Microsoft Forefront, and retrieve the content of an internal webpage for processing.
I am not new to python but I have not used any URL ...
0
votes
0answers
45 views
Cherrypy cookie names
I have 2 cherrypy web apps that use the authentication in this example
http://tools.cherrypy.org/wiki/AuthenticationAndAccessRestrictions
I changed the sessions from ram to file based, though. ...
0
votes
1answer
68 views
Set and Get Cookie locally in Python 3, Tkinter
I've searching all over for a way to set a cookie locally, in Python 3, via a Tkinter GUI, and only get httplib2 results, which don't work.
Essentially I have a simple login UI, which will make a ...
2
votes
2answers
275 views
Tornado set_secure_cookie unicode error
i recently try to follow the tornado cookies and secure cookies overview and make the example given.
I got a strange error when my server try to execute set_secure_cookie(..):
File ...
2
votes
1answer
141 views
PDF print a password-protected page (ideally by making wkhtmltopdf use a cookie)
I'm trying to print a password-protected page to PDF with wkhtmltopdf, but I can't load a (working) cookie, meaning I always just print the "log in" page.
Saving the cookie post-login
The following ...
-1
votes
1answer
94 views
Django login not working :( [closed]
I have background in php so not familiar with the compiled nature of scripting as in Django and Python. I have got a task from a client who wants me to fix some issues in his portal built on Django.
...
1
vote
2answers
381 views
Using cookies.txt file with Python Requests
I'm trying to access an authenticated site using a cookies.txt file (generated with a Chrome extension) with Python Requests:
import requests, cookielib
cj = ...
1
vote
1answer
141 views
python mechanize submitting form kicks me back to root
i have a mechanize python script written for submitting forms to inquire drug information. and when i run it, it gives me no error message, but when i look at the response, it's not what I see on my ...
-2
votes
1answer
133 views
how to clear cookies using python django
I am trying to develop login page for a web site. I am using django 1.4.2. I stored users which logged on correctly to a cookie using set_cookie. But I didnt find clear_cookie in django's document. ...
0
votes
1answer
58 views
how to know the browser support cookie using python or django
I want to check whether the web browser supports cookies, before I set cookies. How to do it using python or django.
I didnt find it on google and python document and django doc?
any one knows? thx
3
votes
2answers
391 views
Flask: How to remove cookies?
I set cookies with the code suggested in the docs:
from flask import make_response
@app.route('/')
def index():
resp = make_response(render_template(...))
resp.set_cookie('username', 'the ...
1
vote
1answer
90 views
Python 3 FancyURLopener cookie handling
A website that I am trying to retrieve a file from requires a cookie and I can't seem to figure out how to add cookie handling while using FancyURLopener.
Here is a piece of my code:
user_agents = ...
1
vote
1answer
118 views
Is the preferred method of storing “session” data using Tornado through secure_cookie?
For example, I log in to my server. I want to store things like a username. Would the best way of going about it be:
self.set_secure_cookie('username', "foobar70")
0
votes
2answers
120 views
How to send cookie and phpssid with urllib2 in python?
I wonder how can I send cookie and phpssid with urllib2 in python?
Actually I want to read a page I've logged in with my browser, but when I try to read it with this script I encounter a text which ...
2
votes
1answer
181 views
How should I store login info from Pyramid application? Beaker?
I come from PHP world, and I've just started learning Pyramid framework. Currently I'm trying to figure out whats the best option to store user data.
So in PHP I coded a model that utilized php ...
2
votes
1answer
178 views
print cookies from QNetworkCookie, PyQt4
I'm trying to store all cookies that I get from a website and than print them.
Please help me to get it to work, because I think I don't store anything, and that's the reason why I have nothing on the ...
6
votes
1answer
103 views
Manage token life duration with SimpleCookie in Python
Already got token working correctly, which is set this way:
session_cookie = SimpleCookie()
session_cookie['key'] = any_string_value
session_cookie['key']["Path"] = '/'
headers = []
...
3
votes
1answer
117 views
Set a cookie and retrieve it with Python and WSGI
a lot of questions exists pretty siilar to this, but none of them helped me out. Basically I'm using WSGI start_response() method link. I tried to set a dummy header in the response with the tuple ...
0
votes
1answer
58 views
read the cookies written by a certain site
I'm developing a client for some website,
when I use Chrome/Firefox to access the website, it writes some cookies in my local side, in addition to the Cookie field in HTTP response,
I need to ...
1
vote
1answer
106 views
Permanent cookies with QWebKit — where to get the QNetworkAccessManager?
I need to store cookies persistently in an application that uses QWebKit. I understand that I have to create a subclass of QNetworkCookieJar and attach it to a QNetworkAccessManager. But how do I ...
4
votes
1answer
150 views
python passing cookies to header issue
What i need is to extract uid cookie from the first web site and open the second one with it (it's a sort of authorisation)
it neither works with this code:
#!/usr/bin/env python
import urllib, ...
2
votes
1answer
218 views
Python Urllib2 Cookiejar with Selenium
I am using python urllib2 and a cookiejar to access a website. The last page of the site is too complex to handle with urllib2 (it uses javascript and frames), so I'd like to open it using Selenium, ...
2
votes
1answer
510 views
Python Requests - managing cookies
I'm trying to get some content automatically from a site using requests (and bs4)
I have a script that gets a cookie:
def getCookies(self):
username = 'username'
password = 'password'
...
0
votes
1answer
48 views
App Engine request w/ user cookie failure on production (Python)
Im using app engine to call a service on another domain and return that data to app engine. The service requires a cookie, so I added it to the header request. This works on my local DEV environment ...
1
vote
1answer
110 views
Session managment, SSL, WSGI and Cookies
I'm reviewing the possibility and advisability of implementing wsgi-app to browser session management, without using any off the shelf middleware.
The general approach under consideration is to;
Use ...
0
votes
0answers
75 views
How can i fill form data for client in other website?
Maybe this is mission impossible...but here we go:
I have a website aaa.com where clients fill in some web forms, then my app will generate some data...the next step is to send that data(i.e. by ...
1
vote
1answer
288 views
Accepting and Sending Cookies with mechanize
I need to fill in a login form on a webpage that requires cookies and get some information about the resultant page. Since this needs to be done at very weird hours at night, I'd like to automate the ...
1
vote
1answer
139 views
Python how to preserve HTTP cookies
I used this piece to
cj = cookielib.LWPCookieJar()
cookie_support = urllib2.HTTPCookieProcessor(cj)
opener = urllib2.build_opener(cookie_support, urllib2.HTTPHandler)
urllib2.install_opener(opener)
...
-1
votes
1answer
140 views
How to use browser cookies programmatically [closed]
I have a crawler that automates the login and crawling for a website, but since the login was changed it is not working anymore.
I am wondering, can I feed the browser cookie (aka, I manually ...
1
vote
1answer
294 views
Cookies using Python and Google App Engine
I'm developing an app on the Google App Engine and have run into a problem. I want to add a cookie to each user session so that I will be able to differentiate amongst the current users. I want them ...
0
votes
1answer
450 views
Check for a cookie with Python Flask [closed]
I was wondering if someone could go into a little detail about how I could check the existance of a cookie in Python flask.
I am storing cookies called "country" with a value of "gb" for example. I ...
0
votes
2answers
210 views
Avoid running GeoIP on every page
This is the module I am working with: http://wiki.nginx.org/HttpGeoipModule
From what I can see, since it is configured on the nginx config and uwsgi it looks like there is no choice but to have it ...
2
votes
1answer
202 views
Simulate browser using cookielib to fetch url in python
I am using cookielib and some times opening a url in browser downloads many other files by browser making many other requests. Can I replicate the same behaviour using cookie lib or any other python ...