The Universal GUI don't show any lookup values in grid and shows POST 403 (Forbidden) error. Can someone explain what's the problem here and how to fix it?
The Universal GUI don't show any lookup values in grid and shows POST 403 (Forbidden) error. Can someone explain what's the problem here and how to fix it?
Hi Dennis,
Could it be that the lookup display column is Hidden/Unauthorized or that the user doesn't have sufficient rights to see the display column? Not entirely sure that matters but it's a good starting point.
Hello Dennis,
The /$query request itself should actually never return a 403 Forbidden response, unless:
Could you please take a look at Indicium's error log to see if this is indeed the case?
I hope this helps.
Hi Mark & Vincent,
Oddly enough the indicium log does not return a 403 error at all. I've configured our appsettings.json with log level "Debug”. This is the deepest level Indicium supports right? Trace in my opinion is the deepest level but not for Indicium?
Hello Dennis,
It is possible that the Forbidden response doesn’t come from Indicium but rather from a firewall or proxy that is overeager with blocking requests that contain certain keywords, such as ‘query’. Since it looks like only the /$query requests return forbidden, it seems likely that this is the case.
I’ve seen this happen before where firewalls block requests because the URL contains an arbitrary keyword. Please check if there are any firewalls between the Universal GUI and Indicium and which rules they apply to URLs.
I hope this helps.
Hello Vincent,
You were right that we should look for the problem in the firewall. The /$query requests where blocked by the HTTP policy of our firewall. Disabling this option is the solution (for now).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.