Questions tagged [html5]
35 questions
0
votes
1 answer
What's eHTML5 in Dell iDRAC's virtual consoel plugin types?
Dell's PowerEdge R6525 iDRAC9 has the following virtual console types:
ActiveX
Java
HTML5
eHTML5
I Googled and all eHTML5 results relate to Dell but found no definition of eHTML5.

SF.express
- 378
- 1
- 16
-1
votes
3 answers
Systematically add fragment to URLs
I have a mean-stack website with html5mode enabled. In index.html, I have . And I have the following nginx setting such that www.myweb.com/home becomes automatically www.myweb.com/1/home (www.myweb.com/js/abc.js remains…

SoftTimur
- 337
- 2
- 8
- 16
-1
votes
1 answer
nginx proxypass for video/audio from amazon cloud drive
I have a mp3 file on my amazon cloud drive:
How can I make nginx proxy_pass to play this audio on chrome?
I need to get content range header, then send the content-range header to proxy server.
Configuration:
location /match/here.mp3 {
…
-1
votes
1 answer
SSL lock does not show in browser address bar when URL contains .php
I have installed SSL Certificate in my hosted machine. And Forced to redirect it to "https" location. It also work when it redirected to location containing .html ext. But total failed when redirecting to location containing .php ext.
In Coding my…

Nazmul Hasan
- 101
- 2
-2
votes
2 answers
HTML5 Audio not working for Android
I am creating a page with an embedded audio player that works on all systems I have tested, except on Android. The players do appear on the page, but you cannot start them playing.
I've tried both the

Pascal
- 99
- 2
- 5