Ruben Garcia
Ruben Garcia
I think cors runs first, when the connection is established, and does not know anything about the endpoint itself ("1/*") so it cannot be used at the Group granularity level.
I changed (inspired by https://stackoverflow.com/questions/15445981/how-do-i-disable-the-security-certificate-check-in-python-requests) self.verify = True to self.verify = False in requests/sessions.py but while that removed the SSL error, I now get JSONDecodeError at /keycloak/login-complete so there must...
The JSONDecodeError was a different issue, so please disregard that. However, there should be an easy way to indicate to django-keycloak that certificate verification should be disabled without disabling it...
Please add your examples to the readme.md.
I would have expected that after a successful upload, the server would send a Location header. Then the client could use this Location header to inquire about relevent metadata, possibly...
I'm also getting this error.
Hello, it has been one year since the last update on this bug.
I am also affected.
You can also support byte-ranges in your GET endpoint, which tus does not document and you are thus free to implement your required functionality. IOS players need not even be...
That's what I'm saying. I meant beevelop can support byte-ranges in non-tus mandated endpoints. I did not mean for the tus protocol to be modified. You (Acconut) can add something...