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
I was using request specific function post()/get() but then I decided to shift to request() but I mistakenly forgot to uppercase the HTTP verbs and type was going as post/get which was not recognised by cURL Transport.
I think post should work same as POST, it should be case insensitive.
The text was updated successfully, but these errors were encountered:
Hello,
I was using request specific function
post()/get()
but then I decided to shift torequest()
but I mistakenly forgot to uppercase the HTTP verbs and type was going aspost/get
which was not recognised bycURL Transport
.I think
post
should work same asPOST
, it should be case insensitive.The text was updated successfully, but these errors were encountered: