What’s this?

Post is a page which converts GET parameters to POST parameters.

If your GET query is something like this:

https://sgorblex.simpolab.com/post?goto=A_BEAUTIFUL_URL&param1=value&param2=value

You’ll be redirected to URL A_BEAUTIFUL_URL with POST parameters param1=value and param2=value.

What are GET and POST?