how to write an artificial request.

Posted by Bunny Rabbit on Stack Overflow See other posts from Stack Overflow or by Bunny Rabbit
Published on 2010-04-03T06:18:04Z Indexed on 2010/04/03 6:23 UTC
Read the original article Hit count: 210

Filed under:
|

how can i construct a artificial request to login to twitter or any site for that matter that accpets post forms. what i've been trying is to extract the headers and post request parameters from the origional request(directed at the action atribute of the form) and copy it to the outgoing url object that i am making.but it just won't work.

And i am aware of the apis and i don't wanna use them i am trying this to write a web proxy site.

© Stack Overflow or respective owner

Related posts about web-development

Related posts about post