I have a unity game exported in WebGL, which parses the URL parameters to launch in one mode or another. This part works fine.
However, when I upload the web build to the itch page, and I type the parameters in the URL (?level=“bomb”) for example, they are overwritten, because there is a web redirection made by itch.
Do you know how to recover these parameters? Thanks in advance: