How to solve 498 https response when googlebot arrives?

I have ajax site leuker.nl, and when googlebot goes through the site, it starts and it will extract the xml file from my server server, which contains the text of the site.

The HTTP GEt request used to retrieve the file returns an HTTP error 498. Looking at LINK , it explains that this refers to an invalid / expired token (esri) returned by "ArcGIS for Server". I do not understand this error, I do not even use ArcGIS and have never heard of this before.

Andy will think how to solve this?

In the backend, I use Apache Httpd 2.4 in conjunction with Tomcat 8.0. Apache proxy asks Tomcat to connect ajp. The requested xml file is returned directly by Apache.

+4
source share

Source: https://habr.com/ru/post/1617904/


All Articles