As in postman their is type authorization called Api Key
it gives three parmaters, Key
, Value
and Add to
.
I have set Key to SECRET_KEY
and VALUE to sdsfdsfsdf3343
and Add to: Headers
This successfully working at my backend, And I am able get that value their.
How would I set this Api key to header from my app, How to add authorization header with Key value in javascript react-native application