Question
Unregistered Request Encountered on Refreshing launched portal
After an upgrade from 8.4.1 to 8.4.4, we are observing that when we launch a portal from Dev studio and then try to refresh the portal, the response recieved is "Unregistered request encountered"
Query string on the URL:
?pyActivity=%40baseclass.pzProcessURLInWindow&pyPreActivity=Embed-PortalLayout.RedirectAndRun&ThreadName=OpenPortal_UserPortal&Location=pyActivity%3DData-Portal.ShowSelectedPortal%26portal%3DUserPortal%26Name%3D%20UserPortal%26pzSkinName%3D%26developer%3Dfalse%26ThreadName%3DOpenPortal_UserPortal%26launchPortal%3Dtrue&target=popup&portalThreadName=STANDARD&portalName=Developer&pzHarnessID=HID4AF326A00D75C089CF06FF9DC61C9E3C
On tracing we find that an OOTB functions that checks whether the URL is registered or not returns false and hence it shows this response rather than processing the request.
From the documentation I was not very clear on how we can register these type of URLS and how can we prevent this unregistered response and rather get the expected html response.
I guess this is probably a good security feature introduced but not very clear on how and where can we register URLs. Need help from experts on this
***Edited by Moderator Marije to add Product Version**