ustayready / fireprox

AWS API Gateway management tool for creating on the fly HTTP pass-through proxies for unique IP rotation
GNU General Public License v3.0
1.93k stars 270 forks source link

Use root URL for proxy #41

Open tire-fire opened 2 years ago

tire-fire commented 2 years ago

Is there a way to use the root URL https://{api_id}.execute-api.{self.region}.amazonaws.com/ instead of the path https://{api_id}.execute-api.{self.region}.amazonaws.com/fireprox/? I tried modifying the code to support this, but I wasn't able to figure it out, as I'm not sure what the paths in the template are doing. (I believe that's what needs to be changed)

ustayready commented 2 years ago

Unfortunately Fireprox was designed to use /fireprox specifically. It will still point to the root of whatever URL you point it at. It's mainly just for the API gateway.