I’m just developing an http framework in Motoko and testing out everything that I can do
I would say the biggest issue is just the inconsistency of the PATCH and the CORS allow
What is the reasoning behind the OPTIONS being handled by the http gateway vs letting the canister http_request handle it? I don’t have much expertise around this so I just genuinely dont know what is standard practice/reasons. But I am having an issue with not being able to access the OPTIONS response in this thread CORS Issue: Custom Header Being Blocked by IC Boundary Node which is causing me some issues.