Hi, when i do a GET with WebRequest.Create("http://abc/test.") i get 404 because according to fiddler the trailing dot gets stripped away by .NET and the web server needs the dot. how can i prevent that or work around it. any workaround is appreciated!
|
|
This is a known problem that has come up on the Microsoft forums a few times. The http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/5206beca-071f-485d-a2bd-657d635239c9/ |
||
|
|
|
|
I have this exact same problem. Adding a trailing slash or encoding the dot with %2e don't work. Did you solve this problem? Or is there anyone with another idea? |
||||
|
|
|
Did you solve this problem? |
||
|
|
|
|
will a trailing slash
or encoding the dot
work? |
||
|
|
