weixin_33712881 2019-05-31 07:38 采纳率: 0%
浏览 31

ajax呼叫给302

I have 2 websites running as 'abc.example.net' & 'xyz.example.net'. if i make a ajax call 'abc.example.net/product/ajax/list' from 'abc.example.net' its working fine. if i make a ajax call 'xyz.example.net/product/ajax/list' from 'xyz.example.net' its working fine. but if i try to call 'xyz.example.net/product/ajax/list' from 'abc.example.net' i'm getting 302.

I have tried :

        add_header Access-Control-Allow-Origin '*';
        listen       10.30.30.107:85;
        root                              "D:\ui\builds";
        index                             index.php index.html;
        log_not_found off;
        charset utf-8;
        server_tokens off;
        access_log                        logs\abc.com-access.log;
        add_header Access-Control-Allow-Credentials true;
        set $cors null;
        if ($http_origin ~* (.*\.example.net)){set $cors $http_origin;}
        add_header 'Access-Control-Allow-Origin' $cors;
        add_header Strict-Transport-Security "max-age=31536000";
        add_header Content-Security-Policy "frame-ancestors 'self' http://*.example.net";
        add_header X-XSS-Protection 1;

}

I want the list ajax call to return all the expected result.(successful execution of api)

  • 写回答

0条回答 默认 最新

      报告相同问题?

      悬赏问题

      • ¥50 vue-codemirror如何对指定行 指定位置的 字符进行背景颜色或者字体颜色的修改?
      • ¥15 有人会思科模拟器嘛?
      • ¥30 遇到一个的问题,请教各位
      • ¥20 matlab报错,vflux计算潜流通量
      • ¥15 我该如何实现鼠标按下GUI按钮时就执行按钮里面的操作的方法
      • ¥15 关于#硬件工程#的问题:我这边有个锁相环电路没有效果
      • ¥15 20款 27寸imac苹果一体机装win10后,蓝牙耳机和音响放歌曲卡顿断断续续.
      • ¥15 VB.NET 父窗体调取子窗体报错
      • ¥15 python海龟作图如何改代码使其最后画出来的是一个镜像翻转的图形
      • ¥15 我不明白为什么c#微软的官方api浏览器为什么不支持函数说明的检索,有支持检索函数说明的工具吗?