Jump to content

Hide all url input parameters in the browser bar


Volk65

Recommended Posts

Hi.

 

I understand that two questions in one day is too much! :)

 

The user clicks: http:\\brokenserver.com?prm1=val1&prm2=val2
And in the browser, when opened, the user sees: http:\\brokenserver.com

 

BUT, inside UniApplication I have access to UniApplication.Parameters.
I found the topic: http://forums.unigui.com/index.php?/topic/7629-hide-parameter/
but there it is necessary to hide every known parameter, but in the future there may be many such parameters. How to hide everything at once?

 

Link to comment
Share on other sites

on windows server, its url rewrite.

You can write rule(s) in web.config file. can use this tool aswell. For install on IIS   https://www.iis.net/downloads/microsoft/url-rewrite

 

on linux (future for new unigui) write rules in ".htaccess" file

 

I hope some one share same example for theme. For example I'm looking for hide "isapi.dll" name rule for IIS

regards

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...