Abhijit Kane
Abhijit Kane
From the screen recording on the internal ticket, I see that the authentication cookies are showing up in Postman. There might be another way the server is determining auth status,...
Postman has a headers tab that you can use to add headers. Check http://www.getpostman.com/docs/requests You can also import cURL commands directly into Postman using the Import link on the top...
@moeskerv Thanks for reporting this. We'll investigate and get back to you soon.
This is currently not supported. You can use environment variables (https://www.getpostman.com/docs/environments) so that you don't have to change each login request. Just changing the environment variables will do.
This is not possible at a collection level. Postman uses Chrome's default proxy settings for all requests.
Not sure. We'll look into this.
@andreykats @voxon2 @gotwilk890 @sebrandon1 @bilalvirgo10 @dtw45 @aguetat @ankitj @ms88privat You can use `Alt-0 (Win) / Command-Option-0 (Mac)` for 'fold all', and `Alt-Shift-0 (Win) / Command-Option-Shift-0 (Mac)` for 'Unfold all'. The...
Yep. All AceEditor shortcuts (https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts) should work.
This issue is addressed now. Feel free to comment if this is seen again.
Thanks @ludwa6 - your explanation was super-helpful. Can you link to / share a slice of the collection that you've compiled? The way you're mapping the JSON schema to requests...