I'm trying to make a web client application using twisted but having some trouble with cookies. Does anyone have an example I can look at?
|
|
While it's true that
Any cookies in the dictionary when it is passed to You might have missed this feature when looking at |
||
|
|
|
|
Turns out there is no easy way afaict The headers are stored in twisted.web.client.HTTPClientFactory but not available from twisted.web.client.getPage() which is the function designed for pulling back a web page. I ended up rewriting the function:
|
||
|
|
