django-revproxy icon indicating copy to clipboard operation
django-revproxy copied to clipboard

Implement caching using Django cache API

Open seocam opened this issue 9 years ago • 3 comments

seocam avatar Mar 03 '15 12:03 seocam

Hi @seocam, I am looking for an iframe proxy solution for django, and your project seems to be the way to go! However, I will need caching for my purposes. I was wondering whether you have started work on this... or I am planning to do it as a contrib :) Just adhering to DRY... no point in me reinventing the wheel if you've already started.

nikulk avatar Dec 03 '15 07:12 nikulk

Hello @nileshbits so far we haven't started working on this. Feel free to get started ;) How are you planing to implement it and how would the user enable and configure it for each ProxyView?

seocam avatar Dec 03 '15 10:12 seocam

Hey @seocam,

Cool :) I'll work out the details and keep you in the loop, but at present I'm still trying to get this to work... can I only proxy at the base url "^$", or can I proxy at a url prefix... "^/url_prefix/(?P.*)$" on my website? If not, that would have to be my starting point, wrangling with some middleware to get that done...

nikulk avatar Dec 04 '15 21:12 nikulk