A
A
aarozhkov2014-09-10 13:13:15
Django
aarozhkov, 2014-09-10 13:13:15

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

1 answer(s)
G
Gasoid, 2014-09-10
@Gasoid

of course it can, but there will be a problem with connections, since janga is not asynchronous, then it’s better to use tornado

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question