You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
→0If('Request method should be POST')ns.Req.Fail405×~HtmlInterface
There are many more methods that might be passed besides 'get' and 'post' and the current handler assumes that if the method is not a 'get' method, then it is a 'post' method.
The text was updated successfully, but these errors were encountered:
arcfide
added a commit
to arcfide/Jarvis
that referenced
this issue
Feb 17, 2020
FixesDyalog#9
There is already a check for invalid method calls when the HTML Interface is disabled, but this commit adds a check to the standard path to verify that we only work with 'post' methods in cases where we are called with a non-get method on a valid function but with an invalid request method.
The following line will only be checked if the method is a 'get' method.
Jarvis/Source/Jarvis.dyalog
Line 561 in d2c5e53
There are many more methods that might be passed besides 'get' and 'post' and the current handler assumes that if the method is not a 'get' method, then it is a 'post' method.
The text was updated successfully, but these errors were encountered: