cors.sh
cors.sh copied to clipboard
I made a request, but response return 413 about header to large?
Describe the bug Message return:
Bad Message 431
reason: Request Header Fields Too Large
To Reproduce Steps to reproduce the behavior:
- Go to https://app.cors.bridged.cc/?
- My request not includes any header
- 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.
Does request without cors work as expected?
No, this request will throw a arrow missing header CORS
On what environment?
I using postman, it works perfectly. But use with https://app.cors.bridged.cc, throw error 413.
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.