Hello @ravir73578276 -
Please try making the following changes to the dispatcher.any file :
Add the pass_error flag to the /filter section:
- Inside the dispatcher.any file, locate the /filter section.
- Add the pass_error flag to the /filter section as shown below:
/filter
{
/0001 { /type "allow" /url "/graphql" /pass_error "0" }
}
By adding the pass_error flag with a value of "0" to the /filter section specifically for the /graphql URL, you're instructing the AMS Dispatcher to preserve the encoded URL without decoding it.
NOTE -
Do not forget to restart your Dispatcher post making the above changes.