Yes, you can pass custom headers into the request.
How can I pass custom headers where I need to send x-api-key and token ?
@kennymeyer how to do it? Would you like to explain?
Thanks.
-
This reply was modified 5 years, 9 months ago by
hectordufau.
I looked at the code and there’s no way to pass custom headers.
the only header it supports is the Authorization header and that only supports Basic Auth or the use of Bearer.
It would be nice to be able to pass in arbitrary headers to make this a more useful plugin for a wider range of API end points.
I’ve got the same problem, did anyone find a solution yet? Would be really great!