-
Notifications
You must be signed in to change notification settings - Fork 8
Missing captcha response #25
Comments
+1 |
When I asked Sling support, they legit told me this: Hi there, I don't know if this is a temporary solution, or the expected long term solution. I'm not sure if this Authorization token expires (and if so, how long it lasts) either.... |
It expires! |
We have the same issue, and the support team know nothing about this change. +1 |
👍 |
You should not need one, neither should you require to copy an auth token from a browser. |
@jamesjjk maybe I'm missing something, but not only does the API documentation for the /login endpoint state otherwise, even the bash script referenced in this Sling help article fails with the following error message: {"message": "Missing captcha response"} |
@alamine42 Simply another customer, but they should not be protecting an API endpoint with a human captcha, you would in theory never be able to generate a "google captcha" for API login. |
They emailed me stating that they plan on whitelisting email addresses... |
Has anyone been able to get this to work? I need to get by this roadblock even if it currently requires manual intervention. |
Last Saturday I requested that an email address used in our application be whitelisted. I received a reply today that the request was fulfilled. I cursory test of our application showed we were able to get authenticated. |
Hi, looks like from today the login endpoint requires captchaResponse field and does not work without it. But where can I get a captcha response?
The text was updated successfully, but these errors were encountered: