grobid_client_python
grobid_client_python copied to clipboard
Authenticate using the Authorization header in requests made by the cient
I published the GROBID server application in an Azure Web App. I added an authorisation layer using the one provided by Azure Web Apps. Now I need to authenticate the GROBID client by passing the bearer authentication token to its header requests. How can I do this?