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
hi there.
I already tried to use agent option and auth option. i already read all the docs a great many times.
the request will fail if we have the next params:
the server side logs said the server waits for some amount of data that was declared in content-length header, but they never come.
we setted the parametr of max-header-size to max, but it doesn't help.
also why i keeping the idea that the problem in proxy, because if i will send the same request directly to server, excluding the cors policy by Access-Control-Allow-Origin header, the request will be 200 OK.
also if we replace the Content-Type by 'plain/text', it will work too.
it seems like a very slick bug, if you know something about please share the knowledge with me.
This discussion was converted from issue #690 on May 02, 2022 16:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi there.
I already tried to use agent option and auth option. i already read all the docs a great many times.
the request will fail if we have the next params:
the server side logs said the server waits for some amount of data that was declared in content-length header, but they never come.
we setted the parametr of
max-header-size
to max, but it doesn't help.also why i keeping the idea that the problem in proxy, because if i will send the same request directly to server, excluding the cors policy by
Access-Control-Allow-Origin
header, the request will be200 OK
.also if we replace the
Content-Type
by'plain/text'
, it will work too.it seems like a very slick bug, if you know something about please share the knowledge with me.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions