hi tilman, i have enabled all cookies now: direct, indirect and session (under Privacy > Advanced > Disable automatic cookie handling). seems i get less...
No, I'm talking about *enabling* cookies in Xenu. http://home.snafu.de/tilman/xenulink.html#cookies (I believe this was originally made for you!!!!) I have no...
Hi tilman, Shame on me - how could I forget! I set AllowCookies=1 and the issue has disappeared. I guess I hadn't spidered a site that was so heavily cookie...
... You could try that test feature in the menu, however it won't spider unless it ends with a "/". Or check one page that links to all the URLs. ... Only in...
Hi Tilman, Thank you for the new beta version. Please would it be possible to name the files something like "xenusetup.exe" instead of just "setup.exe"? -- so...
Hi all, I've developed a little applet to use in conjunction with Xenu Link. It can be used to create DHTML site maps and site trees for navigation, without...
Hello, Tilman! It would be very nice to use and see greater windows at selection of local and extrenal domains. Is this possible to do for you? Great program! ...
I'm doing a course about tomcat, java servets, and JSP. Today we did session-ids. Very interesting for me, because I've been on the client side for so long and...
tilman, sometimes it's as simple as prepending the session id to each url. For example, /index.php/ would become /index.php?PHP_SESSID=yadayadayada/. normally...
Did this question ever get answered? Either I accidentally deleted it or I cannot find it! In any event, I do not want Xenu to check for broken XML links. Is...
... No, Xenu can parse only HTML. ... You can't, with the general version. I did a version which supports wildcards in the include/exclude section. I sent it...
Xenu is a very good piece of software, thanks to those that have both worked on it and offered suggestions for its use. It comes very close to meeting all of...
I get it...it's all up to the regex. Okay, so I played around with it, and I came up with what appears to work: Javascript=[Jj]ava[Ss]cript: *[_a-zA-Z0-9= \.]+...
hi scott, exactly! so anyone can customize Xenu so it can read the specific javascript syntax used on a given website. would be great to hear other members of...
In the JAVA Servlet course I took last year, I noticed that the handler for POST and GET were the same. This means: it might be possible to login from an URL...
Not sure about tomcat server, but in PHP, server variables for GET and POST are different, so you can specify to only login if using a post form to the script....
I'm doing a link check on the site: http://www.buriedaliveillustrations.com and I get the following: All pages, by result type: ok 350 URLs 61.95% skip type 2...
I like the .ini option to skip MSO files, but I'm wondering if there's also a possiblity for this problem: For every page on my site, there's a version with...
... No, it can only ignore certain *beginnings*. I did a test version that can work with wildcards (* and ?), http://home.snafu.de/tilman/tmp/xenuwild.zip ...