PTAnywhere / ptAnywhere-frontend

JavaScript library for the PT Anywhere API and some HTML widgets which use it.
3 stars 0 forks source link

Avoid bots from accessing widget #12

Closed gomezgoiri closed 8 years ago

gomezgoiri commented 8 years ago

Since bots won't get any useful information in the simulator itself, it is better to block them: they consume resources (i.e., new containers are created) and data looks uglier (even when it is easy to filter these sessions afterwards).

gomezgoiri commented 8 years ago

Instead of handling user agents at webapp level, I have simply created a robots.txt file in the web server.