Initially when request header contains empty name value pair the rest api was working fine, recently api is throwing 400 bad request error.
We want to know whether Box API has added any latest changes on header validation. We did not find any documentation on such changes, this seems to be unexpected change. Can we get an update on what is modified at Box API end so that we can handle accordingly.
Example- Create Folder API with Post: https://api.box.com/2.0/folders, header: {"name":"","value":""}, Body: { "name" : "test-temp1", "parent" : {"id": "0"} }