Hi All,
I was wondering if there is a way to ensure that when submitting forms
and using POST vars, the page sending the form resides on the same
server as the destination page specified in the form action.
For example, if I have a page on a live server that accepts POST
variables, I can simply create a second page on my local host or any
other server for that matter that lets me send any values I want for
these POST variables.
I have error checks on all user submitted data, but I was wondering if
there is anything else that I should do to make accepting these
variables more secure.
Thanks a bunch.
I was wondering if there is a way to ensure that when submitting forms
and using POST vars, the page sending the form resides on the same
server as the destination page specified in the form action.
For example, if I have a page on a live server that accepts POST
variables, I can simply create a second page on my local host or any
other server for that matter that lets me send any values I want for
these POST variables.
I have error checks on all user submitted data, but I was wondering if
there is anything else that I should do to make accepting these
variables more secure.
Thanks a bunch.
Comment