View Full Version : secure post action
Robert_nrc
8-7-03, 06:49 PM
Anyone know why a POST methoed action doesn't work for my form, but the GET method will work just fine?
What are you trying to do?
POST and GET transfer the form data to the script in different methods. Its a common practice now for scripts to automatically adjust to the calling form's method. But its far from universal, and it appears that the script you're using is not capable of making this adjustment on its own. The obvious - "Doctor, Doctor, it hurts when I do that!" - solution is to use the method that the form is designed to handle. If that's not practical, the other solutions are (1) try to locate a newer version of the script that might have this feature, (2) modifying the script on your own, (3) finding an alternative script with similar capabilities. Good luck!
Robert_nrc
8-7-03, 09:20 PM
Okay, I found out that powweb won't let you test by send to an html page(because, that's why).... if it's not actually a script, it chokes. Nevermind. Thanks anyway.
R. Packer
http://nrc.net
http://nrcwebdesign.com
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.