-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Authentication is not possible? #5
Comments
I am sorry, I haven't got a notification about this issue, and thus am responding only now. |
An example would be calling the API and providing a cookie or in many cases a bearer token in the headers such as in this sample request
As a side note: you can run the app through the burp proxy and inject the headers. There are options to capture cookies and extensions to inject other headers as needed, so it's a workaround. |
Will implement. Any preferred way to specify the headers/query params? (such security tokens may appear also in query params). I thought of a cURL-like way. |
I have no preferences but a cURL like way would be convenient and lower the barrier of entry for anyone already familiar with that tool :) Thanks for the quick response! |
Hello! Would you happen to have any updates on this matter? Workarounds are also welcome :) |
API Authentication is not possible?
The most API evaluation requires previus authentication to consume many other functions...
The text was updated successfully, but these errors were encountered: