I have a Flex file upload script that uses URLRequest to upload files to a server. I want to add support for http authentication (password protected directories on the serve
I'm not sure about this but have you tried adding username:password@ to the beginning of your url?
"http://username:password@yoursite.com/yourservice.ext"