tags:

views:

11

answers:

1

Can I use wget to populate some forms in a web app if the web app requires a user to login? I'm trying to use wget in a script to send some data to a web app, but it appears the web app rejects the attempts because I am not logged in.

+1  A: 

I think you would be better off using curl instead of wget. Wget is meant more for downloading, not submitting forms.

webdestroya
http://blip.tv/file/1712807/
Upper Stage