Hello :
I am trying to pass, date time string in a url, but I am getting the 400: bad request error.
string dte = (EffectiveDate.Replace('/', '-'));
// DateTime.Parse(EffectiveDate).ToString("s");
Effective date in this format is giving me issues, I tried EffectiveDate/2014-02-01T00:01:00 but still not helping.
Please kindly give some suggestions on what format to use that would work in the url.
Thank you,
Sushma