我正在撰写一份SaaS网络应用书,通过网页表向客户提供数据。 我通过用户对连接的信号进行了认证。 我需要防止从不同网站和曲线要求上连接网页。
现场来源政策和交叉来源资源共享对网站目录没有效力,因此,在将网上链接升级到网上备案时,核实原主将防止从另一个网站进入,因为原主由浏览器验证。
The issue here is that only browser originated requests mandate authentic origin. Origins can be spoofed via curl requests outside of a browser. How then could I prevent a user connecting to the websocket using their authentication token and spoofing the origin?