Closed mrinaljain closed 2 years ago
It should be useCookies not useCookie
Sorry I am using useCookies only but I wrote useCookie here by mistake.
The code is live here if you wanna have a look and debug http://m.stage.in/
all i get on your videos are CORS errors.
Can we connect over a quick vc so that I can explain the problem much better.
Whatever time suits you the best.
On Saturday , after 11 am . You can message me on discord - balvinderz#1151
Closing because this is inactive for a long time.
Hello @mrinaljain @balvinderz, I am getting the same error while trying to login to my web app, have you managed to resolve yours?
I am using the video_player_web_hls on top of flick_video_player to play .m3u8 videos in my flutter web app. the plugin works fine for normal .m3u8 URLs but when I am trying to implement signed cookies for web and pass cookies in header. I get the following error which says Refused to set unsafe header "Cookie"
Can you please help me out if its something wrong implemented from my side or its problem from the plugin side.
Following is my sudo code examples which I have tried
Example 1
Example 2