<form action="/cus/test" method="post" enctype="application/x-www-form-urlencoded">
<input type="text" name="tst" value="5da8e633-68a3-43a0-964a-2f2e37125d60">
<input type="submit">
</form>
<form action="http://localhost/cus/test" method="post" enctype="application/x-www-form-urlencoded">
<input type="text" name="tst" value="03221274-d8ad-48c1-9276-2f821ed2cfd2">
<input type="submit">
</form>
当前访问http://localhost:8080/ ;
在提交第二个表单的时候 也是跨域了吧 ?
但是浏览器为什么没有拦住?并未设置Access-Control-Allow-Origin这个 head ;
我 F12 看请求的时候 发现传了 8080 端口的 sessionId Origin 什么的?
这是浏览器发现了跨域但是没有拦截?