commercetools / commercetools-postman-collection

Collection of commercetools API examples setup on top of Postman
117 stars 171 forks source link

Authorization samples include a leading https:// #9

Closed briantomkins closed 4 years ago

briantomkins commented 5 years ago

A small issue with the authorization examples as they all lead with https://{{auth_url}}..... The auth_url variable already contains a leading "https://" when downloaded from the Management Console / Developer / Create API client.

Users get the error : "There was an error connecting to https://https://auth.sphere.io..."

Removing the https:// from the postman examples avoids this error.

jenschude commented 4 years ago

Solved with a239b73