bunq / postman

Postman collection and environments
45 stars 19 forks source link

add Cache-Control: no-cache headers where necessary #3

Closed petervdv closed 5 years ago

petervdv commented 5 years ago

The Postman requests were failing because the Cache-Control header was missing. This PR ads the header where necessary.

JeroenEeuwes commented 5 years ago

Many thanks! This revision allows me to actually use this as the requests were failing before like I mention in #4.

kojoru commented 5 years ago

@petervdv thanks! That's probably due to a change in Postman that started including a Cache-Control header by default.

I've verified that the PR works and fixes the issue.