Nilesh Kulkarni

Results 4 comments of Nilesh Kulkarni

I believe it is deployed as Secure, but how do I check for sure @masnider ? Tried changing to http, it redirects back to https @jeffj6123

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....

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...

I fixed this for my site using the following simplistic middleware: ``` python import re from django.core.urlresolvers import reverse class RebaseLinks(object): def process_response(self, proxy, request, upstream_response, response): # change only...