You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RESTService allows passing baseHeaders to include on each requests. This is useful.
I'd like to pass an Authorization header on API requests though, which is only available on run-time, so is not available when these base headers are passed.
I'm wondering if it may help to add an additional dynamicHeaders?: () => Headers to address this.
The text was updated successfully, but these errors were encountered:
Currently
RESTService
allows passingbaseHeaders
to include on each requests. This is useful.I'd like to pass an
Authorization
header on API requests though, which is only available on run-time, so is not available when these base headers are passed.I'm wondering if it may help to add an additional
dynamicHeaders?: () => Headers
to address this.The text was updated successfully, but these errors were encountered: