<li id="lnxxx"><object id="lnxxx"></object></li>
  • <button id="lnxxx"><object id="lnxxx"></object></button>
    <s id="lnxxx"></s>
    <button id="lnxxx"></button>
      <button id="lnxxx"><acronym id="lnxxx"></acronym></button><dd id="lnxxx"><noscript id="lnxxx"></noscript></dd>
    1. <em id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></em>

      <rp id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></rp>
      0712-2888027 189-8648-0214
      微信公眾號

      孝感風信網絡科技有限公司微信公眾號

      當前位置:主頁 > 技術支持 > PHP > 升級至Laravel 5.7報錯setTrustedProxies() must be of the type integer的處理

      升級至Laravel 5.7報錯setTrustedProxies() must be of the type integer的處理

      時間:2024-01-19來源:風信官網 點擊: 2049次
      報錯信息如下:
       
      Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Argument 2 passed to Symfony\Component\HttpFoundation\Request::
      setTrustedProxies() must be of the type integer, array given, called in D:\phpStudy\Laravel5.5\vendor\fideloper\proxy\src\TrustProxies.php on line 54"

      升級至Laravel 5.7報錯setTrustedProxies() must be of the type integer的處理
       
      查閱文檔發現是由于Symfony HttpFoundation 的可信任代理功能發生了根本性的改變,需要調整中是間件。
       
      打開 App\Http\Middleware\TrustProxies
       
      將代碼:
       
      protected $headers = [
              Request::HEADER_FORWARDED => 'FORWARDED',
              Request::HEADER_X_FORWARDED_FOR => 'X_FORWARDED_FOR',
              Request::HEADER_X_FORWARDED_HOST => 'X_FORWARDED_HOST',
              Request::HEADER_X_FORWARDED_PORT => 'X_FORWARDED_PORT',
              Request::HEADER_X_FORWARDED_PROTO => 'X_FORWARDED_PROTO',
          ];
       
      修改為:
       
      protected $headers = Request::HEADER_X_FORWARDED_ALL;
       
      再次測試正常。
      熱門關鍵詞: 升級 Laravel 5.7 setTrustedProxies()
      欄目列表
      推薦內容
      熱點內容
      展開
      无码流畅人妻一区二区三区|国产亚洲日韩精品一二三区|无码中文字幕av免费放∨|日韩人妻AV无码一区

      <li id="lnxxx"><object id="lnxxx"></object></li>
    2. <button id="lnxxx"><object id="lnxxx"></object></button>
      <s id="lnxxx"></s>
      <button id="lnxxx"></button>
        <button id="lnxxx"><acronym id="lnxxx"></acronym></button><dd id="lnxxx"><noscript id="lnxxx"></noscript></dd>
      1. <em id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></em>

        <rp id="lnxxx"><object id="lnxxx"><input id="lnxxx"></input></object></rp>