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.