Home News


WQYU – Blog


Post Vs Get: What is the difference?


/ March 20, 2026

Get and Post both submit a web form, however POST does not allow any data to be saved via a URL nor can it allow bad code being deployed, on the other hand GET allows data to be saved via a URL which can allow bad code to be deployed when someone accesses the URL, so POST should be used on public website, and GET can be used on an internal network.

If you are a site owner you should NOT use GET.




Leave a Comment

Your email address will not be published. Required fields are marked *




WQYU – Blog Home | Terms of Use