We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change your hosts file to point api.seredium.com to your local machine. Run the React app, type feedback, submit, and document the result.
Note: You may need to turn off the DNS over HTTPS in your browser.
Modify the request submitted to the API before it is submitted to test how the React API responds to errors returned by the API.
Option 1: Run the React app in debug mode, breakpoint before the fetch call and modify the fetch request data.
Option 2: Alternatively use BurpSuite to hold the request before submission and modifying it.
The text was updated successfully, but these errors were encountered:
Tizeta2018
No branches or pull requests
Test 1
Change your hosts file to point api.seredium.com to your local machine. Run the React app, type feedback, submit, and document the result.
Note: You may need to turn off the DNS over HTTPS in your browser.
Test 2
Modify the request submitted to the API before it is submitted to test how the React API responds to errors returned by the API.
Option 1: Run the React app in debug mode, breakpoint before the fetch call and modify the fetch request data.
Option 2: Alternatively use BurpSuite to hold the request before submission and modifying it.
The text was updated successfully, but these errors were encountered: