PaloAltoNetworks / pcs-postman

Postman collections for Prisma Cloud
ISC License
71 stars 81 forks source link

Extraneous newline in URL breaks API call #19

Closed whitely closed 7 months ago

whitely commented 2 years ago

https://github.com/PaloAltoNetworks/pcs-postman/blob/1453b3ce8560b3a1e8be362899935bf2371982fb/Prisma%20Cloud.postman_collection.json#L3056

Steps to reproduce error:

  1. Freshly import postman collection
  2. Generate login token
  3. Call this API in postman
  4. Receive 404

Steps to resolve error:

  1. Delete this newline \n last character in the string
  2. That's it!
welcome-to-palo-alto-networks[bot] commented 2 years ago

:tada: Thanks for opening your first issue here! Welcome to the community!

pan0ptic0n commented 7 months ago

Closed by PR #22