JSONThreatProtection "waiting for transaction to complete "

Hi,

Am new to APIGEE,I am trying to save a file in the client application. I have a post method to which I am sending base64 encoded string in the request body and JSONThreatProtection on the trace shows "Waiting for transaction to complete".

What is the best approach I can consider?

Thanks in advance!

0 1 121
1 REPLY 1

Not applicable

As you are sending base64 encoded body the json threat protection policy is not able to validate. You can use basic authentication policy to decode the payload first to normal form, then use json threat protection policy to validate that.