GET page/istrustedredirect/external
Check if a redirect URL is trusted
Request Information
URI
https://ofd-api.blueprintcpq.net/page/istrustedredirect/external?redirectUrl={redirectUrl}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| redirectUrl |
The redirect Url to verify |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
True if trusted. False if not
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>