View Issue Details

IDProjectCategoryView StatusLast Update
0000660XdebugStep Debuggingpublic2020-03-12 17:19
Reporterbjori Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSUbuntuOS Version10.10
Product Version2.2dev 
Fixed in Version2.2dev 
Summary0000660: Check X-HTTP-FORWARDED-FOR before falling back to REMOTE_ADDR
Description

Currently xdebug has the option of connecting back to REMOTE_ADDR.
Loving that feature, but it doesn't account for proxy loving.

Attached is a patch to check for (and use if provided) X_HTTP_FORWARDED_FOR before checking REMOTE_ADDR.

TagsNo tags attached.
Operating SystemLinux
PHP Version5.3.3

Activities

derick

2011-02-10 23:37

administrator   ~0001669

Thanks for the patch!