youku

Force all third party requests from Youku to be over https and not http

心不动则不痛 提交于 2021-01-29 13:24:46
问题 I have a website that embeds the Youku video player. This player is loading some insecure resources (over http instead of https). The player itself is loaded over https as outlined in this SO thread, but it loads some insecure resources. The insecure resource in question can be accessed via https: https://g2.ykimg.com/052100015C8F58A9AD97EB1AC20B9132 Is there a way to force all request being made from my Vue app to be loaded via https? 回答1: In the end the solution was to include a meta tag in

How to get youku access_token

a 夏天 提交于 2019-12-25 07:27:31
问题 Where can I find the access_token , refresh_token in my youku account? I found out how to upload video to youku.com using external script with the use of a API, but I need access_token , refresh_token to use it. 回答1: You need to authorize your Youku app and to use the get code to obtain a token. Go to https://openapi.youku.com/v2/oauth2/authorize?client_id={YOURCLIENTID}&response_type=code&redirect_uri={YOURCALLBACKURL} . Accept the authorization. You will be redirected to your callback URL.