System.Uri problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

But I can open the URL in the browser. It is within the code that I am having
the problem accessing the URL, since System.Uri is removing a slash.
 
Jason,

I do not presume to be an expert on URI's. But, I did want to try to help.
So, take this with a grain, scatch that, a block of salt.

I think that the URL would load, because the first part of the URI seems
perfectly fine. It is the part you are having a problem with where I think
the URI is bad.

How are you trying to access the URI? From C# code?

I would presume you have some from of web page with a filter to get this all
to work.

Have you checked the headers attached to the HTTP request? (Presuming the
above is correct)

Frisky
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top