This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Our embedded widgets are allowed to call our APIs from 3rd Party Websites. | |
Here is an example API: | |
API Name: Challenge Verification API | |
API Endpoint: /lab/webapp/csrf/12 | |
METHOD: PUT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This Challenge requires a 2 Step process: | |
1. Fetch the CSRF token from the JSON API defined below: | |
URL: /lab/webapp/csrf/13 | |
Method: POST | |
Parameters: gettoken=true | |
Cookie: Required |
OlderNewer