Click here to Skip to main content
15,793,546 members

Comments by Payman Biukaghazadeh (Top 4 by date)

Payman Biukaghazadeh 13-Nov-20 9:51am View    
How?
Payman Biukaghazadeh 13-Nov-20 9:50am View    
I know this. But it could not be done. Is there any solution for API side? Such as IIS or in the API code?
Payman Biukaghazadeh 13-Nov-20 8:24am View    
I could not change the client side. Because it was sent from Dynamics 365 virtual entities, and we do not have any control on the format of the url. So we need to be able to change the + to %2b
Payman Biukaghazadeh 13-Nov-20 8:18am View    
Because our API says:The query specified in the URI is not valid. The DateTimeOffset text '2020-09-28T00:00:00' should be in format 'yyyy-mm-ddThh:mm:ss('.'s+)?(zzzzzz)?' and each field value is within valid range
After we replace the + signs with %2b everything got ok. Here we could not change the url which client sends. We want to find a solution to be able to change the url on our side (web api)