Monday, November 10, 2008

Question: What are the differences between Get and post methods in form submitting?

Question: What are the differences between Get and post methods in form submitting?
Answer:
A. In the get method the data made available to the action page (where data is received) by the URL so data can be seen in the address bar. Not advisable if you are sending login info like password etc. In the post method the data will be available as data blocks and not as query string in case of get method.


The key difference between GET and POST is that POST has side-effects‚ and thus browsers will present a confirmation dialog to the user on refresh or "back".

No comments:

security header validate

  HTTP Security Headers Check Tool - Security Headers Response (serpworx.com)