01: The Messenger (GET)
Retrieving public data from the api.ohagan.au cluster.
The GET Method
The GET method is used to request data from a specific resource. In this high-fidelity lab, we target our production API endpoint to see how the browser and server handshake across different subdomains.
Production Connection Lab
1. Request Logic (JS)
Waiting...
2. Target Destination
Waiting...
3. API Gateway Response
Ready for deployment...
Postman Challenge: The Raw Request
To bypass browser CORS restrictions and see the raw response, engineers use Postman.
- Open Postman and create a new GET request.
- Enter the URL:
https://api.ohagan.au/api/training. - Click Send and observe the JSON payload in the "Body" section.