Forum Discussion
[Bug] HTTP response code is 200 when it should be 413
5 Replies
- subhasish-MSFTIron Contributor
AvineshwarTexas ,
We are not able to reproduce this. Can you please share the sample json with us.- AvineshwarTexasCopper Contributor
Hi,
It is a bit sensitive so I won't be able to share the payload. Also, there isn't anything special about the schema as well as the populated version of it does contain private information. That said, the entire JSON payload i.e. the populated schema (which I would POST to the incoming webhook) is ~250 bytes (calculated using sys.getsizeof() in python3.7) which I was able to capture in a debugger session using PyCharm (uses pydev)
Does that help?.
- subhasish-MSFTIron Contributor
So you are getting this error messages for 250 byte size of payload. That is strange.
I am not able to reproduced this with large size of JSON data. I am discussing this with internal team and will get back to you.