neozhu/CleanArchitectureWithBlazorServer

http error 400. the size of the request headers is too long

Closed this issue · 1 comments

When I deploy it tells me http error 400. the size of the request headers is too long. The only difference is that I have more Claim permissions and apparently it is taking up more space in the HTTP header.

Do they have a way to solve it?

After my tests, this issue doesn't exist. The system automatically splits and stores cookies exceeding 4000, so you don't need to worry about this problem. I don't know why you are getting this error.

image