doumigu9594 2016-08-20 04:26
浏览 273
已采纳

Laravel REST API调用返回状态为200的虚拟数据

I am working on making mobile application backend apis. The api I am working on now is just getting user information. I am testing the api with Postman app.

When I call the api on the postman, it returns JSON data successfully, but sometimes it returns dummy data for same api call. And when I try again, it returns correct JSON data.

I am attaching two screens. Here is the issue: enter image description here

Below shows correct response:

enter image description here

I am using Laravel5.1 and OAuth2 authentication module(lucadegasperi/oauth2-server-laravel) from Github. Server is hosted on Bluehost.

Here is laravel code:

    /**
     * Display a listing of the resource.
     *
     * @return \Illuminate\Http\Response
     */
    public function index($id = null)
    {
        if($id == null) {
            $my_id = Authorizer::getResourceOwnerId();
            return User::find($my_id);
        }
        else
            return User::find($id);
    }

I am struggling with this issue for a week and please help me. Thanks in advance.

  • 写回答

2条回答 默认 最新

  • dongzhihong3940 2016-08-20 05:18
    关注

    It looks like it has something to do with Incapsula. I don't know if this is something you setup, or if it is setup by your host, but the traffic to your website is going through Incapsula. Some of your POSTMAN requests are getting through fine, but some of them are being blocked by Incapsula, probably because they look like someone trying to scrape your site.

    If you have control over this, you may want to whitelist your local IP while developing and testing.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?