Collection authorization with both X-Auth-Token and X-Auth-Id headers

Hey @gabriel-r

Those Headers can be manually added into the Headers section on the request builder. It’s not wrong, it’s just a different way of achieving the same thing. :grin:

The Authorization helper is basically (there’s some other magic happening depending on the type of auth) going to do that anyway :grin:

1 Like