Using GET request instead of POST one -


the issue there form want fill. it's submitted via post request. technically can use requests (pass url parameters). , don't have access server site (with form fill) located.

i've tried use post params in request, didn't work. other thing came mind send request own server, perform desired post request. need request commited ip, not server's one...

can give piece of advice concerning solving problem?

is homework? seems odd wouldn't able use post.

regardless,

the best way override onclick event of submit button; js function poll fields looking submit. use encodeuricomponent() on values them sent webserver correctly.

here able load new page get?element=value&.... request.

http://www.w3schools.com/jsref/jsref_encodeuricomponent.asp


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -