Re: IIS replacing blanks

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 08/07/04


Date: Fri, 6 Aug 2004 18:37:01 -0700

By design.

Can you give the exact filename you are trying to access via the browser?
And are you trying to retrieve it from a web server via HTTP or what
protocol?

HTTP URLs cannot have spaces in it, so it is translated to %20 by the client
for the server to understand. IIS is not replacing blanks -- it is the
browser that is translating the "space" character into %20 according to the
rules of HTTP.

You will need to correctly encode the URL according to HTTP specification so
that the server finds the filename you are trying to access.

-- 
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Julio Moran" <julio.moran@intl.fritolay.com> wrote in message
news:0f4401c47b2b$189e6360$a601280a@phx.gbl...
Hi,
When I'm trying to access a file through my browser
(IEv6), the blanks in the filename are replaced by "%20"
symbols and I get an error "The page cannot be found".
How can I solve this???
Any help will be appreciate.
- jm


Relevant Pages

  • Re: How to write something to a html textfield and send it?
    ... > No need for controlling any particular browser. ... I'm not familiar with HTTP user ... and building the request in your program. ... The server doesn't know anything about a textfield; ...
    (comp.programming)
  • Re: LSP HTTP redirecting
    ... In WSPSend you have access to the data that is being passed over the net, ... that means all the HTTP traffic is vizible to you. ... If you want to redirect the browser write proxy server. ...
    (microsoft.public.win32.programmer.networks)
  • Intercept and DECRYPT HTTP/S requests
    ... for dumping http and https connections. ... by viewing exactly what is passing between the browser and the ... the browser and the server, you can compare conversations that work vs. ... mail me at nntp AT dawes DOT za DOt net ...
    (comp.lang.java.programmer)
  • Re: HTTP ping pong
    ... The server responds with web page. ... Also, HTTP supports reusing a connection, so it may be that your browser opens at most three connections, and reuses them for all the page content. ... browser to request the next leg and wait for the response. ...
    (comp.lang.java.help)
  • Re: writing a proxy ..
    ... I redirect my browser to the local server and re-route the HTTP ... Socket orig; ...
    (comp.lang.java.programmer)