34
Views
2
Comments
Solved
I request a URL and the screen loads another
Application Type
Traditional Web
Service Studio Version
11.54.81 (Build 63668)
Platform Version
11.30.0 (Build 43791)


We have a mystery in a data loading scenario when the "Service" screen is requested. 

In the logs, we identified that the GetRequestContent.RawContent URL is the correct URL and GetBookmarkableURL() comes with a URL that was previously loaded, perhaps a type of cache? 

We identified that in some scenarios, these URLs are identical, which is expected to happen, but when we have some navigations, these URLs become different. 

Any ideas what causes this behavior to occur? 

2025-04-22 19-48-31
AmandaReis
Solution


Hello Luiz, 

We went through the same scenario here and the solution was to redirect to the url that was marked in the content. 

2021-11-19 11-12-44
Rui Mendes

Hello @Luiz Henrique Stanqueviski,

Based on my understanding, GetBookmarkableURL() might reflect the last known state of the application, while GetRequestContent.RawContent reflects the current request being made. 

From what you've described, it seems that the information you are looking for is indeed contained within GetRequestContent.RawContent. 

2025-04-22 19-48-31
AmandaReis
Solution


Hello Luiz, 

We went through the same scenario here and the solution was to redirect to the url that was marked in the content. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.