Home  >  Article  >  Backend Development  >  php佯装来路

php佯装来路

WBOY
WBOYOriginal
2016-06-13 12:58:13801browse

php伪装来路
有3个域名

A和B都是我的,C是对方的

而C只信任B,如果从B跳转到C,C才会认可

如果从A跳转到C,C就会拒绝请求

我现在希望在A域名的程序里面 将来路域名伪装成B域名,然后直接从A去访问C
请问该怎么处理


我现在是在A域名的页面用的iframe嵌入B域名的页面 ,然后去访问C
请问该如何处理可以让C页面认可这种方式跳过去呢

------解决方案--------------------
简单的。从A跳到B,再跳到C  
------解决方案--------------------
B提供一个接口,A直接curl转请求到B就行了。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn