我需要将旧域的请求重定向到新域,同时保留旧域中的页面。
- page.json 包含发布数据并将在旧域上处理
- 带有发布数据的 data.json,需要重定向到新域
- 带有发布数据的 stat.json 需要重定向到新域...并继续
编辑:简而言之,所有带有发布数据的 .json 都会重定向到新域,除了 1 页
如果可能的话,我怎样才能完成它?我使用提琴手在原始视图中进行调试
重定向之前(使用 .htaccess 方法)
POST http://old.com/data.json HTTP/1.1
Content-Type: application/x-www-form-urlencoded
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.1.2; GT-N7105 Build/JZO54K)
Host: old.com
Connection: Keep-Alive
Accept-Encoding: gzip
Content-Length: 100
session=gVgr30Erxf03cDaA&store_version=9203b&inventory_version=123
重定向后
GET http://new.com/data.json HTTP/1.1
Content-Type: application/x-www-form-urlencoded
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.1.2; GT-N7105 Build/JZO54K)
Host: new.com
Connection: Keep-Alive
Accept-Encoding: gzip