You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/02/29 17:06:51 UTC

[jira] Created: (SHINDIG-100) Add common proxy headers to help reduce abuse

Add common proxy headers to help reduce abuse
---------------------------------------------

                 Key: SHINDIG-100
                 URL: https://issues.apache.org/jira/browse/SHINDIG-100
             Project: Shindig
          Issue Type: Improvement
            Reporter: Paul Lindner
            Assignee: Brian McCallister


HTTP/1.1 defines the Via header to help avoid loops and also to pass along information about the request

Another common header is X-Forwarded-For:

I propose that we add these headers to our outgoing HTTP requests when using makeRequest() type operations.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SHINDIG-100) Add common proxy headers to help reduce abuse

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown reassigned SHINDIG-100:
-----------------------------------

    Assignee:     (was: Brian McCallister)

> Add common proxy headers to help reduce abuse
> ---------------------------------------------
>
>                 Key: SHINDIG-100
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-100
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>
> HTTP/1.1 defines the Via header to help avoid loops and also to pass along information about the request
> Another common header is X-Forwarded-For:
> I propose that we add these headers to our outgoing HTTP requests when using makeRequest() type operations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-100) Add common proxy headers to help reduce abuse

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown updated SHINDIG-100:
--------------------------------

    Component/s: Gadgets Server - Java

> Add common proxy headers to help reduce abuse
> ---------------------------------------------
>
>                 Key: SHINDIG-100
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-100
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>
> HTTP/1.1 defines the Via header to help avoid loops and also to pass along information about the request
> Another common header is X-Forwarded-For:
> I propose that we add these headers to our outgoing HTTP requests when using makeRequest() type operations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.