Closed adamstauffer closed 7 years ago
Using Crowd version 2.11.1 here, we seem to get back HTTP Status 415 - Unsupported Media Type when attempting to authenticate using the options specified in https://github.com/gbezyuk/django-crowd/blob/master/crowd/backends.py#L61
HTTP Status 415 - Unsupported Media Type
Specifically, when we change the content-type header to application/xml it seems to work. I don't know if this used to work in older versions of Crowd the Crowd API Documentation doesn't seem to provide any examples where the content-type is set.
application/xml
Fixed with #10 (actually I didn't test, but if you say so)
Using Crowd version 2.11.1 here, we seem to get back
HTTP Status 415 - Unsupported Media Type
when attempting to authenticate using the options specified in https://github.com/gbezyuk/django-crowd/blob/master/crowd/backends.py#L61Specifically, when we change the content-type header to
application/xml
it seems to work. I don't know if this used to work in older versions of Crowd the Crowd API Documentation doesn't seem to provide any examples where the content-type is set.