How to make POST request to the jsreport template while having authentication ON?
-
How to consume jsreport template when we set authentication on?
We want to make a POST request to the URL generated by the template.
-
We want to make a POST request to the URL generated by the template.
I don't understand what you mean here, please elaborate.
-
How do I send the POST request to the jsreport template when I set the authentication enabled?
I got the 401 response. How should I send the request?
-
You need to add the Authorization header using the Basic schema.