I am receiving the rather self explanatory error:
A potentially dangerous Request.Path value was detected from the client (*).
T
If you're using .NET 4.0 you should be able to allow these urls via the web.config
Note, I've just removed the asterisk (*), the original default string is:
See this question for more details.