
Trying to decipher something
I'd appreciate any help. I'm trying to fix a small problem with a
Perl application that the company I'm working for purchased to handle
web-based email.
Apparently attachments received in word .doc format aren't being
processed properly. When I try to open one it wants to ask for the
server's username and password in order to be able to access it, I'm
trying to find out why.
I've looked at the link to open the URL, and it seems a little
strange, it asks for the following directory:
webmail.cgi/indiarent.doc?sid=;t=default;msgdata_did=491;do=messages-print_attach
There is a file called webmail.cgi, but it doesn't act as a directory
in any way whatsoever. Even though it doesn't work when clicked on,
it does work when I right-click and choose to save target.
I can't get my mind around how it could work at all, can anybody tell
me what might be going on here?