Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7526821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:56:24+00:00 2026-05-30T03:56:24+00:00

I get the The request filtering module is configured to deny a request that

  • 0

I get the “The request filtering module is configured to deny a request that contains a double escape sequence.” when requesting images with plus signs in their filenames. I´d rather not turn off this feature. Instead I have hope that I can encode my urls correctly. The problem is that I wan´t to test this (in development) and I´m not sure how IIS 7 want´s my url to look? Do you think this will solve my problem?

        const string fileName = "test+test.jpg";

        string urlEncoded = HttpUtility.UrlEncode(fileName);
        Assert.That(urlEncoded, Is.EqualTo("test%2btest.jpg"));
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T03:56:25+00:00Added an answer on May 30, 2026 at 3:56 am

    Unfortunately it won’t. IIS7 will decode your URL, see that you were encoding a plus sign, and then still throw the double escape sequence error. If you really want to use plus signs I think you have to allow double Url encodings.

    Here is a blog post from a developer on the IIS team detailing some reasons why they chose to not not allow ‘+’ signs to be accepted.

    Another option, and you may have thought of this, is that you could come up with your own escape sequence to replace plus signs with that IIS won’t recognize. Then you would need to write your own code to check for your escape sequence and rewrite it to a ‘+’.

    If you want more detail on how the entire check system works in IIS7 and ASP.Net you can see my answer to a similar question here.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone say is there any way to configure request filtering for WCF get
I've got this complex filtering mechanism... d = copy(request.GET) d.setdefault('sort_by', 'created') d.setdefault('sort_dir', 'desc') form
I have the following GET request that returns HTML for a login form, indicating
I have a HTTP GET request that I am attempting to send. I tried
How can I get request/response logs in selenium? I have an ajax call that
I make an AJAX GET request to a PHP script to compare a value
Doing an ajax get request works as expected using the following code: $.ajax({ type:
I need to send GET Request method with the below headers . I am
I have the following code making a GET request on a URL: $('#searchButton').click(function() {
I'm doing a $.get() request which returns some HTML. I would like to manipulate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.