Supress Redirect URL parameters
Monday, March 9, 2020 at 05:47pmThe Redirect URL is getting some values appended to it by OSS. Something like this pattern: ?package=[packageID]&signer=[signerID]&status=COMPLETED
I am not able to extract those values as our platform is expecting XML. So I need to send some dynamic values with the XML in the redirectURL but the structure of this isn't compatible with the values being appended by OSS.
Is it possible, therefore, to suppress the additional values being appended to the redirectURL and run it exactly as sent?