Does roadie scaffolder-backend-module-http-request support authorization in headers? #745
-
Hi Team I am using roadie scaffolder-backend-module-http-request to call api which has authentication
The above is the body that I am passing but I am getting unauthorized while passing authorization in headers. In Postman for the same I am able to send the request. Whether it supports passing authorization in headers. Can anyone help me in this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, we do not support the header overwrite. You should be able to call APIs behind authentication with the proxy. As in your example it already calls the proxy, you can setup your authorization headers in the proxy, you the backend will have the correct credentials when it forwards the request |
Beta Was this translation helpful? Give feedback.
No, we do not support the header overwrite. You should be able to call APIs behind authentication with the proxy. As in your example it already calls the proxy, you can setup your authorization headers in the proxy, you the backend will have the correct credentials when it forwards the request