Does someone know, where I have to place the "robots.txt" to publish it on: "https://localhost/robots.txt"?
Reaseon: This file is read by Web-Crawler (like google use) and dissuade the robot to integrade the (WinCC-OA) system in the search, if the system is mistakenly is available over the Internet.
Further Informations:
https://wiki.selfhtml.org/wiki/Grundlagen/Robots.txt
Some other open source - IOT Software already implement this. By example: (search for robots.txt)
https://github.com/jens-maus/RaspberryM ... %A4nkungen
Example Content of the File:
<<<--------------------------------------------------------->>>
#Do not allow any searchbot anything (if they note this file)
User-agent: *
Disallow: /
<<<--------------------------------------------------------->>>
PS: this sould be an easy to implement feature for feature WinCC OA Versions/Patches, which increas the security (or prevent form bad publicity
