My website uses Cloudflare. When any URL parameters are put after the link (e.g. ?key1=value1&key2=value2), the URL parameters are removed instantly before the page even loads.
For example, if I go to https://website.com?k=value, the parameters get removed and URL turns into https://website.com.
Does anyone know what’s going on? I checked and my website is not getting the parameters, so I believe it’s Cloudflare.