Scripting wget to populate a webapp -


Can I use to populate some forms in a web app if the user wants to login to the web app ? I'm trying to use wget in a script to send some data to a web app, but it seems that the web app rejected the attempt because I'm not logged in.

I think that you curl instead of wget Code> would be better to use. Wget means more to download, not submitting a form.


Comments