HTTP Error 405
See original GitHub issueCould be related to Issue #595
System: AWS Linux 2. Increased memory to 8GB. It is not crashing and we are not processing any documents as well. But after a long idle time, I am seeing error in HTTP Error 405 in the browser. PFA:
But when I try the same from another server using curl, its working. This is really strange.
$ curl -X POST -d "names=Simmons Jr. GM" http://22.222.22.222:8070/api/processHeaderNames
<persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Simmons</forename><surname>Gm</surname><genName>Jr</genName></persName>
The run log for this period.
gro.log
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
How to Fix the HTTP 405 Method Not Allowed Error - Kinsta®
The 405 Method Not Allowed error occurs when the web server is configured in a way that does not allow you to perform...
Read more >How to Fix HTTP Error 405 Method Not Allowed - Hostinger
The 405 Method Not Allowed error occurs between a client and a server. This message indicates that the web server has recognized a...
Read more >405 Method Not Allowed: What It Is and How to Fix It
The 405 Method Not Allowed is an HTTP response status code indicating that the server received and recognized the specified request HTTP ...
Read more >The 2-Minute Guide to Fixing HTTP Error 405 (Method Not ...
A 405 Method Not Allowed Error is an HTTP response status code that indicates a web browser has requested access to one of...
Read more >405 Method Not Allowed - KeyCDN Support
The 405 Method Not Allowed error is an HTTP response status that tells you that a web browser has made a request to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes indeed! it’s funny sometimes how we could expect so wrongly/lazily that all the users will follow the same behaviour as ourself.
Normally it’s fixed with b372bf4217758be3bc625a8fd82071ebc7af7fde
Thanks a lot for the brilliant insightful debug !
Awww it was thought as a single window application. Damn users 😄