cors.sh icon indicating copy to clipboard operation
cors.sh copied to clipboard

I made a request, but response return 413 about header to large?

Open cuongdevjs opened this issue 3 years ago • 5 comments

Describe the bug Message return:

Bad Message 431

reason: Request Header Fields Too Large

To Reproduce Steps to reproduce the behavior:

  1. Go to https://app.cors.bridged.cc/?
  2. My request not includes any header
  3. My url: https://api.linkedin.com/v2/me?oauth2_access_token=AQVFu04htNU9BJPd_iLGJ9hHgysq7SxcT6DQHIqdl2y4C9shZznWY2zYejs0zxq2dAlVm8evo1AK5p343pMBBpHVcutQpjkecw4-CMs2jY7B7fPSOqHynM38FFE1j9sNB7c9nGGoc6lzeLr4JwjJYIOE9Vfv4sP7WFnKycpAyBd6Cz7PYlvYndit_O2LVLAGA8SMS6vhwtA3GejZi-Q49fqbgNubzG8S49XjTE2e3bCLNweNnihz1AUzrG1ja-1cvk0dVa2r4z4epRCuI1Js0C_NKO1LZHZeKGSdu-JuQ12lrCeQh1RDfNazQHGmgYXNd0tl2OMEd_fNMEUCqsK_qi61JvITkQ2r3r23rfwfwf&projection=(id,profilePicture(displayImage~digitalmediaAsset:playableStreams),localizedLastName, firstName,lastName,localizedFirstName) Expected behavior I don't understand why my request can't make.

cuongdevjs avatar Sep 26 '21 15:09 cuongdevjs

Does request without cors work as expected?

softmarshmallow avatar Sep 27 '21 04:09 softmarshmallow

No, this request will throw a arrow missing header CORS

cuongdevjs avatar Sep 27 '21 05:09 cuongdevjs

On what environment?

softmarshmallow avatar Sep 27 '21 05:09 softmarshmallow

I using postman, it works perfectly. But use with https://app.cors.bridged.cc, throw error 413.

cuongdevjs avatar Sep 27 '21 06:09 cuongdevjs

any solution for me? I think this error belongs to https://app.cors.bridged.cc, because I tried to call this API on postman and it worked.

cuongdevjs avatar Sep 27 '21 17:09 cuongdevjs