Speed of RewriteRule?

佐手、 提交于 2020-01-15 08:09:49

问题


I have a site that is roughly one half "my" site, and one half a SAS site from a third party.

We've been trying to tackle a single sign on method for many moons.

It dawned on me recently that if I did some URL rewriting to display the third party site, but appear on our domain, the third party cookies would be written as coming from my site, and nullify any cross site scripting issues.

Is there any performance hit that I should be cautious about here? I use rewriting all over the place to hide file extensions and that sort of thing, and the end user does not notice a difference. Should I expect similar performance running an entire site/app through a proxy?

Thanks for any help.

来源:https://stackoverflow.com/questions/2072566/speed-of-rewriterule

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!