simplexx
simplexx
I've been playing around with this a bit yesterday, created an API in my account and made the API with the target site as integration: https://target-site.com/{proxy}. Then I also created...
I will play around some more and see if I can find out more things. would certainly be awesome if this new api could be used, saving 2/3 of the...
I will, please give me a few days to play with it some more, and then I'll push what I have.
I opened a pull request with a version that is using the http api. needs more testing.
Currently running the script in production to save costs, and it works fine. However, some things that need testing: -Just different sites -Multiple regions (I use just one per instance)...
One of my instances just got blacklisted, so I checked the headers and it does not work as it should: "HTTP_X_MY_X_FORWARDED_FOR":"85.64.xxx.xxx" "HTTP_FORWARDED":"by=35.179.xxx.xxx;for=46.127.xxx.xxx;host=xxxxxtd42.execute-api.eu-west-2.amazonaws.com;proto=https", "HTTP_VIA":"HTTP\/1.1 AmazonAPIGateway" The true IP is leaked unfortunately.
Looks like we can not spoof the HTTP_FORWARDED header, because it is restricted, which makes the whole http api unusable.
Hi @aime-risson It's not possible unfortunately :(
> I have a fix for it and will be happy to share on 1.x This "fix" breaks the icheck controls and probably the iradio controls as well on iOS...
In order to fix the issues on ios, you just need to add event.preventDefault(); below operate(self, false, true); on line 205 and 272 in the @jm-plagnard fork. It will fix...