HTML form on an HTTPS site that submits its content to a completely different HTTPS site -
is possible/allowed create html form on https site submits content different (even domain different) https site or there issues, i.e. browser shows alert?
it mixed content
if have non ssl form action
page @ secured page loaded on secure connection, contains form targets insecure endpoint. endpoint should made available on secure connection.
makes warning on secured page
Comments
Post a Comment