I have this very weird issue in that I cannot post over any text with a period in it. Here's the url for my ajax call:
url = 'BIReports/SaveReport/' + reportDescription;
If reportDescrption has a period in it, it doesnt post. Ideas?
I have this very weird issue in that I cannot post over any text with a period in it. Here's the url for my ajax call:
url = 'BIReports/SaveReport/' + reportDescription;
If reportDescrption has a period in it, it doesnt post. Ideas?
As described in Phil Haack's blog, you may want to try setting
relaxedUrlToFileSystemMapping
totrue
.