I'm having an issue passing in simple query string authentication parameters using iframes on a regular http private website.
The connection is going from http://domain.local -> http://blueiris.local.
The url would look like this:
http://bi.local:81/ui3.htm?user=local&pw=password
Things I have done:
- iframes is checked
- http cookies checked, tried unchecked as well
- Tested X Forward For
- Unchecked secure login
- Tested Required All Connections
For now, I am able to use iframes using "Lan-Only" which then uses the Anonymous login id (yuck). I know it's partly due to the modern browsers (it works in IE).
Any suggestions?