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
2010-05-15 18:46:19
http://blip.tv/file/1712807/
Upper Stage
2010-05-16 16:08:17