@a___kumar 

there must be some redirection on login script which does this

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar thank you for your response, can you please help me where to find the redirection logic, I have icon link on login page, which is pointing to Record Producer, once I click on it, it is still remaining on login page.

a___kumar_0-1711960899593.png

 

Sandeep Rajput
Tera Patron

@sanjeet1245 Just tested this and it seems that your user doesn't have access to access your submit_producer API. It is throwing 401 Unauthorised access error.

Screenshot 2023-10-26 at 7.16.32 PM.png

Check the access permissions for the public user and see if they can create a record on the table mentioned on the table field of the record producer form.

View solution in original post

Thankyou very much sir 

Hello sir  @Sandeep Rajput  The Error 401 Unauthorized and the solution given are correct but doing so will open the security which is risky . Any Alternative solution to complete the work.