We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to get the URL user trying to access before logging into the instance?

Palle
Tera Contributor

Hi SN Community, 

Is there a way to get the URL user is trying to access before logging into the instance?

4 REPLIES 4

Sulabh Garg
ServiceNow Employee

Hello

Are you asking for the login page of the instance. Below is the URL..

https://Instancename.service-now.com/login.do

Please Mark Correct/helpful, if applicable, Thanks!! 

Regards

Sulabh Garg

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

Hi Sulabh, 

No, for example if a user is trying to access '/problem_list.do' before logging into the instance, I wanted to get that URL.

 

Sulabh Garg
ServiceNow Employee

I don't think that's possible inside ServiceNow. You may try external tools which can track what URL's are accessed by the users.

 

Please Mark Correct/helpful, if applicable, Thanks!! 

Regards

Sulabh Garg

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

I am not sure if the question was asked in the correct way. If a user is trying to access '/problem_list.do' and logging into the instance, after logging in I wanted to get that url.