« Previous Next »

Thread: Modify HTTP Headers with URL Rewrite Module

Last post 07-10-2009 6:48 AM by vyaces. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 07-08-2009, 11:45 AM

    • rmccloud
    • Not Ranked
    • Joined on 07-08-2009, 3:43 PM
    • Posts 1

    Modify HTTP Headers with URL Rewrite Module

    Hi,

     Due to some limitations of SQL Reporting Services not supporting the ability to send the Accept-Encoding http header with the web service request I'm wondering if it's possible to use the URL rewrite module to add this this http header to the incoming http request and how that might be accomplished.

     Any assistance is greatly appreciated.

    Thanks

    Rich

  • 07-08-2009, 1:28 PM In reply to

    • ruslany
    • Top 25 Contributor
    • Joined on 07-01-2007, 3:38 PM
    • Redmond, WA
    • Posts 636

    Re: Modify HTTP Headers with URL Rewrite Module

    It is not possible to do this with URL Rewrite Module 1.1. But it will be possible to set request headers and server variables with URL Rewrite Module 2.0. The beta of the v2.0 will be available this summer.

    http://ruslany.net
  • 07-10-2009, 6:48 AM In reply to

    • vyaces
    • Not Ranked
    • Joined on 04-30-2009, 8:40 AM
    • Ukraine
    • Posts 4

    Re: Modify HTTP Headers with URL Rewrite Module

    Hello, ISAPI_Rewrite is able to set request headers (see www.helicontech.com/isapi_rewrite/doc/RewriteHeader.htm)

    For example:

    RewriteHeader Accept-Encoding: .* VALUE [NC,L]

    Moreover you could use mod_headers module of Helicon Ape (see http://www.helicontech.com/ape/doc/mod_headers.htm#RequestHeader)

    Example:

    RequestHeader set Accept-Encoding VALUE

    Helicon Ape is APache Emulator on IIS
Page 1 of 1 (3 items)