Hello everyone! I'm hoping someone can help me wit...
# cfml-general
a
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!
a
when you say it gets removed - when you type it into the browser then it disappears from there?
πŸ‘ 1
If so it sounds like you have a redirect happening.
☝🏻 1
You should be able to see this if you use something like Chrome dev tools and then enable "Preserve Log" in the network tab.
@Angela Jones ^
a
@aliaspooryorik thank you so much for the replies! This gives me great food for thought! I'll let you know if I figure it out πŸ™‚
j
In Windows it could be the web.config file, or .htaccess on LINUX. That doesn’t explain the suddenly part unless changes were made to those files.
a
Thanks guys! I found a redirect hiding deep in the application.cfc 😐
πŸ‘πŸ» 1
πŸ‘ 1