I am using .net framework 4.0 together with Restsharp.
Executing the Restclient for 'normal' URL works fine. But sometimes the URL refers to URLs like 'https://somewhere@xyz.com/RA/and/9g9_AAABizUAAAFIrzQywzU./shipping' . In these cases the '.' in the URL (at the end of '9g9_AAABizUAAAFIrzQywzU.') is removed when the execute method is called. So the resource searched cannot be found.
Is there a workaround for this behaviour?