66
Views
4
Comments
How to set or increase the querystring limit
Question
Application Type
Reactive

I'm working on  Azure AD B2C authentication where my module page is referred to as a redirect URL with a querystring longer than 2500 characters.

When the page got hit with more than 2048 characters in querystring, I am receiving a 404 error.

Therefore, how can I raise the querystring limit?

I previously read the post below and tried the proposed fixes in the factory configuration, but nothing changed.

https://www.outsystems.com/forums/discussion/54206/url-length-with-query-string-parameters/




2020-09-21 11-35-56
Sachin Waghmare

Hello RJ,

What browser you are using to access your application? It looks like query string length is browser dependent. Please see this. Could you please try on it on different browser and see if it makes any difference?

https://stackoverflow.com/questions/812925/what-is-the-maximum-possible-length-of-a-query-string

Thanks,

Sachin

UserImage.jpg
RJ D

Thanks Sachin; I've already followed that link and tried it on Firefox, Chrome, and Edge and getting the same error.

2020-09-21 11-35-56
Sachin Waghmare

Hello RJ,

I would suggest you to please open a support case with OutSystems support team to get some help on this issue.


UserImage.jpg
RJ D

Further details about the error : 

I have created the below shared configuration specified in the image which is associated with module.

Note: Complete value is attached in the text file.

Service center error : 


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