You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
I'm testing the service right now but the .pdf files I download contains the default "authentication needed" page. How do I pass the credentials of my wiki to the service?
The text was updated successfully, but these errors were encountered:
API has no authentication logic, either this service usually sits in private network, hitting against private urls. I have used unique urls like GUID-s or hashes.
If you have standard basic auth, you can always add credentials to URL - http://username:[email protected]/my_page
Ah ok, that's tricky with current version. One option would be to implement some cookie parameter to set auth cookie, but this would still needs some automation to generate the cookie value.
I'm testing the service right now but the .pdf files I download contains the default "authentication needed" page. How do I pass the credentials of my wiki to the service?
The text was updated successfully, but these errors were encountered: