Is it insecure to show the g-captcha response in the query string of a GET request?
I am aware that the g-captcha response cannot be used twice and expires after 2 minutes, but are there any security concerns using GET instead of POST?
Continue reading Is it insecure to show the g-captcha response in the query string of a GET request?