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
According to this comment, there should be a way to pass arguments via POST in the request body. But looking at the code, I don't think there's a way to do it, but maybe I am missing something, any help would be appreciated.
The reason that I need to passing in the args via the body is due to a limitation on the length of URL. I have a large configuration object, and this causes the error
<body>
<h1><p>Bad Request</p></h1>
Request Line is too large (4492 > 4094)
</body>
The text was updated successfully, but these errors were encountered:
According to this comment, there should be a way to pass arguments via POST in the request body. But looking at the code, I don't think there's a way to do it, but maybe I am missing something, any help would be appreciated.
The reason that I need to passing in the args via the body is due to a limitation on the length of URL. I have a large configuration object, and this causes the error
The text was updated successfully, but these errors were encountered: