I'm wondering if it would be possible to somehow support the OPTIONS http verb for purposes of interoperability between Qt-clients and the browser. Typically, browsers implement some kind of cross-site origin restriction as a part of their sandboxing of third-party requests, and for a website to communicate with such a service, it must support the OPTIONS verb used in pre-flight requests.
While I haven't started putting the patch together, has something like this been tried before? Would it be something worth submitting upstream?
Thanks for taking the time.
Faiz