Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
POA-2390 Exclude certain Cloud API endpoints from Repro Mode (#50)
Tested locally: ``` has_payload | response_code | method | host_port | path -------------+---------------+--------+--------------------------+-------------------- f | 200 | GET | api.getpostman-stage.com | /aoeu f | 200 | POST | api.getpostman-stage.com | /environments f | 200 | GET | api.getpostman-stage.com | /environments/aoeu f | 200 | PUT | api.getpostman-stage.com | /environments/aoeu f | 200 | GET | api.getpostman.com | /aoeu f | 200 | POST | api.getpostman.com | /environments f | 200 | GET | api.getpostman.com | /environments/aoeu f | 200 | PUT | api.getpostman.com | /environments/aoeu f | 200 | GET | localhost | /aoeu f | 200 | POST | localhost | /environments f | 200 | GET | localhost | /environments/aoeu f | 200 | PUT | localhost | /environments/aoeu f | 404 | POST | api.getpostman-stage.com | /environments f | 404 | GET | api.getpostman-stage.com | /environments/aoeu f | 404 | PUT | api.getpostman-stage.com | /environments/aoeu f | 404 | POST | api.getpostman.com | /environments f | 404 | GET | api.getpostman.com | /environments/aoeu f | 404 | PUT | api.getpostman.com | /environments/aoeu t | 404 | GET | api.getpostman-stage.com | /aoeu t | 404 | GET | api.getpostman.com | /aoeu t | 404 | GET | localhost | /aoeu t | 404 | POST | localhost | /environments t | 404 | GET | localhost | /environments/aoeu t | 404 | PUT | localhost | /environments/aoeu (24 rows) ```
- Loading branch information