submit
GET https://postman-echo.com/get?user-agent=PostmanRuntime/7.29.0
It's time to submit your first solution.
- Enter your data: Under the Params tab, find the key
user-agent
. Replace the valueyour-data-here
with the data you found in the previous step. When you update the query parameters, notice the request URL also updates with this new information. - Validate your solution: Hit Send and look under the Tests tab of the server response at the bottom to review your test results.
- Under the Tests tab, click on the
Visualize
option to see some fun output!
If you have any failures, review the failed test results or ask for support in the [community forum] When all of your tests pass, you are done with today's challenge. Remember to save your changes as you'll need to pass all the challenges to claim a 30 days of Qodex badge.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user-agent | string | Replace the value your-data-here with the data you found in the previous step. |
RESPONSES
status: OK
{"args":{"user-agent":"PostmanRuntime/7.29.0"},"headers":{"x-forwarded-proto":"https","x-forwarded-port":"443","host":"postman-echo.com","x-amzn-trace-id":"Root=1-62393690-25eaf7ff4d5df2ec0348eaa5","user-agent":"PostmanRuntime/7.29.0","accept":"*/*","cache-control":"no-cache","postman-token":"8a5462dd-7971-4350-9b8b-2f5aca6bf5de","accept-encoding":"gzip, deflate, br"},"url":"https://postman-echo.com/get?user-agent=PostmanRuntime/7.29.0"}