closer1 Posted January 13, 2020 Posted January 13, 2020 The application running on my tomcat server failed, and I tried to find a bug. It seems to be having the same problem as below. Can you please adjust the "maxHeaderCount" value in tomcat server for me. Thanks. [Error guessing] [Request headers] request via Jquery ajax refer: https://stackoverflow.com/questions/52614985/how-to-increase-the-allowed-number-of-headers-in-springboot?rq=1
yashrs Posted January 13, 2020 Posted January 13, 2020 Just curious, why do you need 200 headers? I haven't yet seen an application that requires that many number of headers
wolstech Posted January 13, 2020 Posted January 13, 2020 @yashrs: You make a good point...200 is an absurd amount of headers to need for a request. Even 100 is quite ridiculous when you consider a typical page request has <20 entries in the header...I suspect he may need to rewrite his code.
closer1 Posted January 14, 2020 Author Posted January 14, 2020 jquey ajax automatically generate. In fact, I only actively sent 4 in headers
closer1 Posted January 14, 2020 Author Posted January 14, 2020 Do you have more than 1 account?I have an account (somedays) but there may be confusion here because my roommate also has an account (ducquang). My friend registered an account before me. I was introduced from my friend and started from ricky server then switched to tommy server
Krydos Posted January 15, 2020 Posted January 15, 2020 Then why did you use his email address to register your account?
closer1 Posted January 15, 2020 Author Posted January 15, 2020 Then why did you use his email address to register your accountHe registered this account help me. He used his email to sign up, but I knew that the account on the ricky server (when starting to use) couldn't easily register so I used this account without changing anything. After that, I donated to move to a better tommy server.
closer1 Posted January 15, 2020 Author Posted January 15, 2020 I fixed this error by changing my code to use axios instead of ajax. Thanks everyone
Recommended Posts