ge-tracker/laravel-vapor-trusted-proxies 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ge-tracker/laravel-vapor-trusted-proxies

Composer 安装命令:

composer require ge-tracker/laravel-vapor-trusted-proxies

包简介

Build a dynamic list of trusted proxies for use with Laravel Vapor

README 文档

README

Latest Version on Packagist Total Downloads

This package was created due to request()->ip() always returning 127.0.0.1 on Laravel Vapor. There are several fixes online that trust all proxy servers. These solutions may be suitable for basic applications, however, these changes will allow any user to send the X-FORWARDED-FOR header to spoof their originating IP address.

Due to the dynamic nature of Laravel Vapor, it becomes a challenge to set the trusted proxies for your Laravel application. If you rely on the IP address of the user being valid, then this package is for you!

Version Compatibility

Laravel 9.0 introduced changes to the default TrustedProxies middleware, and the fideloper/proxy package is no longer required, as the functionality is included with Laravel. I'm not actively using Vapor and am not sure whether this package is still required, but I have gone ahead and updated the requirements and pushed the v2.0 release, which drops support for earlier Laravel versions.

Laravel Package Version
^9.0 and up ^2.0
<= 9.0 ^1.0

Installation

You can install the package via composer:

composer require ge-tracker/laravel-vapor-trusted-proxies

Next, you must edit your app\Http\Middleware\TrustProxies.php middleware and modify an import to use the middleware provided by this package:

<?php

namespace App\Http\Middleware;

use GeTracker\LaravelVaporTrustedProxies\Http\LaravelVaporTrustedProxies as Middleware;
use Illuminate\Http\Request;

class TrustProxies extends Middleware
{
    ...

The package will then work out-of-the-box to dynamically fetch the proxy servers used by your current Vapor's deployment.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email james@ge-tracker.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 44.31k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固