Answer the question
In order to leave comments, you need to log in
Is it possible to implement on Django proxy with HTTP headers substitution?
There is an internal service with some RESTful api that does not support authentication. RESTful will upload a large amount of information to this service by users using multipart/formdata.
There is an external Django service that provides user authentication.
Is it possible to implement an external RESTful in Django with authentication that forwards requests to an internal service, already rewriting the request headers, without caching any of the transmitted information?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question