Hey everyone,
I’m looking to set up Postman for testing APIs on servers that are hosted in a 2U rack configuration. I’ve got a few questions about the best practices and setup process.
Here’s what I’m working with:
- Multiple APIs hosted on different servers in the rack.
- Local network access to these servers.
- Need to perform both GET and POST requests for testing.
Questions:
- Network Configuration: What’s the best way to ensure Postman can communicate with the APIs in the rack?
- Environment Variables: How should I set up environment variables for different servers?
- Authentication: Any tips on managing authentication tokens for testing?
Thanks for your help!