System property - glide.proxy.host

Ruchi19
Mega Contributor

does any body know glide.proxy.host system property is set for what purpose? does it to resolve to particular URL externally? Thanks in advance.

3 REPLIES 3

Sumosito
Kilo Explorer


robertdesnc


glide.proxy.host

Sets the primary url for the instance. Used in situations where the URL you want to publish is different than the instance's url. For instance, the actual url may be lonws3467sn.us.service-now.com. You could set this property to simply 'helpdesk.service-now.com', and the cleaner address would be pushed out whenever a link back to the instance is sent out (email and RSS).


You may also want to look at
glide.email.override.url http://wiki.service-now.com/index.php?title=Configuring_Email_Properties
glide.servlet.uri http://wiki.service-now.com/index.php?title=Navigating_by_URL


Ruchi19
Mega Contributor

Thanks a lot. That explains a lot. If I understand correctly, glide.email.override.url and glide.servlet.uri does the same thing. Is that correct?


Yes, glide.email.override.url and glide.servlet.uri would have the same affect. Glide.proxy.host would too.