04-11-2018 06:53 PM
Solved! Go to Solution.
04-13-2018 06:50 PM
You would export the configuration using HiveManager NG. We use HiveManager Classic, in it you select the captive web portal and there is a Export button. I would think NG has a similar option? If you can't find how - open a support ticket specifically for exporting the captive web portal HTML.
02-17-2020 08:39 AM
And where can i find the other files ?
10-24-2018 08:24 PM
Thanks a lot for your answer... it was very helpfully!!!
I solved my situation.
Saludos!!!
10-24-2018 07:44 PM
@Hector Hernan Rios
It's technically possible, a bit complicated You have to include exceptions that are allowed in the walled garden (Youtube) & firewall rule list. I suppose you could iFrame YouTube into the captive portal.
I wouldn't recommend giving access to YouTube to view one video. Host that video internally, make sure it's encoded as a mp4 - you may want to increase the compression to keep the file size small. Handbrake transcoder is your friend . Include the host that has the mp4 video in the walled garden exception list. Using HTML5 <video> tag it's trivial to link to the video - without leaving the CWP. Don't forget to add your internal web server that hosts the video to the walled garden list & firewall allow rule list.
https://www.w3schools.com/html/html5_video.asp
10-24-2018 07:22 PM
What if I want to include a video in the CWP?
Is this possible? Can I configure access to YouTube for example before accepting the CWP policies?
Thanks and regards.