Flex 3 - how to support HTTP Authentication URLRequest?

前端 未结 9 1404
清酒与你
清酒与你 2020-11-29 03:21

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

9条回答
  •  悲哀的现实
    2020-11-29 03:42

    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"

提交回复
热议问题