Video requiring asp.net authentication not working on iOS 10

前端 未结 3 1279
予麋鹿
予麋鹿 2020-12-31 15:00

On Safari in iOS 10 my video doesn\'t work, only showing the play-icon.

I serve the video via an asp.net server, which checks to make sure the user has logged on and

3条回答
  •  耶瑟儿~
    2020-12-31 15:14

    My solution is here: https://stackoverflow.com/a/40015409/7012293

    Basically you need to send a 403 forbidden if the session cookie is missing. Safari will retry with the session cookie.

提交回复
热议问题