SteveyO / Hue-Emulator

A Bridge API Emulator for the Philips Hue (Personal Wireless System)
165 stars 41 forks source link

HTTP OPTIONS METHOD #14

Closed simonarnell closed 9 years ago

simonarnell commented 9 years ago

Added a trivial handler to serve HTTP OPTIONS method requests - this had been causing me problems when creating a browser based UI and making cross origin requests.

SteveyO commented 9 years ago

I don't fully understand it as not done any cross origin requests for a while, but seems harmless enough. Thanks for the contribution. I have included your change in the HueEmulator-v0.5.jar which I have just committed today.