Ryan Gerstenkorn
Ryan Gerstenkorn
So the reason why you are getting redirected to google.com when you click anything is because the HTML is not modified by CloudFront when it is returned to you. The...
There's no need to specify your wordpress domain now. You can set up one distribution and it will work for every site. So the setup command should be: ``` cdn-proxy...
I also just noticed an issue with creation when there is no CloudFront policies previously created in the account. I pushed a fix for it but I can't release an...
Redirection is happening because the URL’s from the backend are not replaced with your distribution URL. The burp plugin is meant to work around this as long as you are...
If you you used word press, one easy hack is to demo just the /wp-admin.php login page. I believe this should work because that page will return relative URLs. (I...
Oh another thing is a redirect may occur if the host header to the backend is not set correctly. The burp plugin also fixes that, for curl you’ll need to...
Looking at the burp plugin again it looks like we are not rewriting the links in the response body currently. So what you're describing makes sense, sorry for the confusion....
I haven’t tested it in a bit, but I’m not aware of any reason it shouldn’t work right now. Are you getting any errors?
This was fixed in https://github.com/RyanJarv/cdn-proxy/commit/f033d24224ef1fb65075bd80f179cbcfdbcf2663. You can likely work around it by creating an arbitrary custom cloudfront origin request policy as well. The issue seems to be the CloudFront API...
Thanks! Agreed, None should have be the default here. I think we'll just want to update the major version when we do this just because I think it can fail...