Hello everyone! I'm hoping someone can help me with an issue that just started happening on our ColdFusion server. Suddenly the querystring/URL variables are being removed from the URL.
Essentially an HREF link in the code:
https://domain.com/thisfile.cfm?urlvar=1 when clicked on becomes
https://domain.com/thisfile.cfm. Even if I type the URL with the querystring, it still get removed.
Any and ALL input welcome!