I have an HTML form, method='post'
with enctype="application/x-www-form-urlencoded"
and a text input inside where users insert a YouTube video URL.
When the URL looks like http://...
or https://...
, after submitting form, I receive error 406. But when it looks like www.youtube...
, everything goes OK. I tried <input type="url"
, but it doesn't help.