> --
> You received this message because you are subscribed to the Google Groups "play-framework" group.
> To post to this group, send email to play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
>
--
Guillaume Bort
http://en.wikipedia.org/wiki/X-Forwarded-For
http://tools.ietf.org/html/draft-petersson-forwarded-for-02
I think it would be a good idea that Play checks for the presence of X-Forwarded-For header and return that instead of the IP since X-Forwarded-For is pretty standard.
Also something I've been thinking about, doesn't using a proxy defeat the purpose of Netty's evented-IO?
-- Drew
https://github.com/playframework/Play20/pull/200
Unfortunately it needs a few improvements before to be integrated:
proper support for reverse-proxy and proper security handling.
On Sat, Apr 7, 2012 at 11:25 AM, Irfan Ahmad <Ir...@cloudphysics.com> wrote:
> Hmmm... do the maintainers think this should be done eventually or is the
> verdict to hack it in ourselves?
>
> Irfan
> --
> You received this message because you are subscribed to the Google Groups
> "play-framework" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/play-framework/-/Sh9k1SEsUMAJ.
It's available in master.
On Sat, Jun 9, 2012 at 1:54 PM, Jay Q. <jqui...@gmail.com> wrote:
> Is this still the case? I need the remote IP for Google reCAPTCHA:
> https://developers.google.com/recaptcha/docs/verify
>
>
>
> On Thursday, February 2, 2012 6:32:45 AM UTC+8, Nuanda wrote:
>>
>> Hi all,
>>
>> I feel like I must be smoking the crack pipe, I've searched and can't
>> find the call to query the remote user's IP in the version 2.0 Scala
>> API ?
>>
>> There's plenty of info regarding v1 Java method of access; but
>> play.api.mvc.Request doesn't seem to have the same behaviour...
>> (i.e., no remoteAddress field on offer).
>>
>> Does the remote IP get stashed as a HTTP header or is there a quick
>> call to retrieve it ?
>>
>> Many Thanks,
>>
>> Nuanda
>
> --
> You received this message because you are subscribed to the Google Groups
> "play-framework" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/play-framework/-/heZlkwJAwfoJ.
>
> To post to this group, send email to play-framework@googlegroups.com.
> To unsubscribe from this group, send email to
When will this be available? I feel like it is a pretty substantial drawback (compared to any other http framework I know).
And having a reverse proxy to overcome this isn't pleasant either.
Thanks!
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/cBzukaYDvpYJ.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
Thanks Gaetan.
Sorry about the probably obvious question, but do I need to download the latest jar or can I simply change the configuration somewhere(where?) on Sbt to upgrade the play dependency (once it passes the rc stage)?