tedster

msg:4371665 | 8:57 pm on Oct 6, 2011 (gmt 0) |
Do the URLs for those PDF errors contain any odd characters - things that need to be escaped (turned into coded entities) before the browser can send the request?
|
g1smd

msg:4371666 | 9:02 pm on Oct 6, 2011 (gmt 0) |
What format are the links pointing to those files? Are they relative, root relative or absolute? Are there any ../ constructs in those links?
|
Joshmc

msg:4371681 | 9:40 pm on Oct 6, 2011 (gmt 0) |
Thanks for the quick responses. Their are no special characters just alpha numeric upper and lower case and dashes. I wouldnt think these would be a problem right? The links are relative (they dont include the domain name, i believe that means relative) and are like this example <a href="/pdf/file-name.pdf">
|
|