I want to create a collection of request to automated a series of postman test. All my request authorization are set to “Inherit auth from parent”. However, when I edit my parent’s authorization to “Bearer Token” and value "{{myVariable}}. My request still don’t have the Authorization headers, i’m trying to find a way to “force refresh” the headers. Can’t find anything.
Tried clearing the cache and reloading, tried restarting the PC, tried creating a new Request from zero. It always worked correctly. I don’t know what I’m doing wrong today.