Flex 3 - how to support HTTP Authentication URLRequest?

前端 未结 9 1407
清酒与你
清酒与你 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:34

    "http://username:password@yoursite.com/yourservice.ext"

    This doesn't work in IE (http://www.theregister.co.uk/2004/01/30/ms_drop_authentication_technique/) and doesn't seem to work in Chrome either.

    probably not usable in Flash

提交回复
热议问题