uriteller icon indicating copy to clipboard operation
uriteller copied to clipboard

Test whether Bot/Visitor executes JavaScript

Open rugk opened this issue 8 years ago • 1 comments

It would be interesting to know, whether the visit is just a static one (curl-like, download-only) or if the visitor actually executes JavaScript.

rugk avatar Oct 19 '17 20:10 rugk

That's a cool idea! We could embed <script> tags containing JavaScript that sends a unique token to URI:teller. Maybe there's some more straightforward way that I'm missing, though :)

Currently we're a bit busy here, but this is definitely something to consider in the future. This feature might take some code reshuffling, as the current assumption is that each trap visit is immutable and doesn't update after it's initially fetched to the monitor page. But it would be a plus to get rid of such an assumption anyway.

jviide avatar Oct 20 '17 07:10 jviide