Hi guys !
I was wondering if it’s possible to submit a GET request without having to do a getURL. Basically, I want to pass a few parameters to another page, without a browser popup 
I know it can be done with a POST, but the page I’m accessing isn’t mine, so I’ll unfortunately have to use a GET :hurt: