Does link validation download the complete link?
When I validate the links in my document, it takes a long time, and i see a lot of download traffic. I only have a few links, but they all link to big files. Could it be that the app tries to download the link, instead of just checking the HTTP headers?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 30 Apr, 2012 07:25 PM
It just sends an ajax request to the domain and returns success or failure. It _shouldn't_ be downloading anything, but I didn't test the feature against many linked files (mostly just web links). I'll double check and let you know if I see otherwise.