Error 417 Expectation Failed when call Rest api

0
 I keep getting this error when I send my post request and I have no idea what caused it.
asked
2 answers
0

Does your request specify the Expect header?

417 Expectation Failed means that the server cannot meet that expectation.

answered
0

Why do you use the Expect header in your request? If you have no idea what’s happening, please remove this header from your request.

answered