In https://www.welt.de/robots.txt there are ? containing entries like Disallow: /*?config. Hence https://www.welt.de/test?config should be allowed but it is not. Whereas entries like Disallow: /*.xmli work properly and disallow https://www.welt.de/test.xmli. After my investigation I figured out that ? is the problematic character.
I use RobotstxtServer#allow("https://www.welt.de/test?config") for testing.
In
https://www.welt.de/robots.txtthere are?containing entries likeDisallow: /*?config. Hencehttps://www.welt.de/test?configshould be allowed but it is not. Whereas entries likeDisallow: /*.xmliwork properly and disallowhttps://www.welt.de/test.xmli. After my investigation I figured out that?is the problematic character.I use
RobotstxtServer#allow("https://www.welt.de/test?config")for testing.