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
According to the docs you can provide a -username and -password flag to CoreNLP to get it to use Basic Authentication for requests. Would it be possible to support this in py-corenlp? I have a microservice architecture using CoreNLP that bridges between AWS and Heroku, so therefore can't use Security Groups and have to fall back on whatever auth CoreNLP provides.
The text was updated successfully, but these errors were encountered:
If that was possible, then it'd be easy to just pass an Authorization header. TBTH though, it still really would make the most sense as a some sort of configuration parameter, maybe a kwarg — one generally shouldn't have to figure out whatever authentication mechanism being used by a piece of server software when using an abstracted client SDK.
According to the docs you can provide a
-username
and-password
flag to CoreNLP to get it to use Basic Authentication for requests. Would it be possible to support this inpy-corenlp
? I have a microservice architecture using CoreNLP that bridges between AWS and Heroku, so therefore can't use Security Groups and have to fall back on whatever auth CoreNLP provides.The text was updated successfully, but these errors were encountered: