tomsteele / burpbuddy

burpbuddy exposes Burp Suites's extender API over the network through various mediums, with the goal of enabling development in any language without the restrictions of the JVM
MIT License
156 stars 25 forks source link

HTTP API CORS Support #17

Closed tomsteele closed 8 years ago

tomsteele commented 10 years ago

Adding CORS headers to the HTTP API would allow the browser to make request to the API directly, which could enable some pretty neat use cases.

Going to add it as an option, with the ability to lock down by origin.