Steps to reproduce:
Call the client-side OpenReport
method twice, passing this as the report name:
TestReport?parameter3=2025-03-01T00%3A00%3A00%2B01%3A00
Current results:
The OpenReport request payload
->
received value on the server
First attempt
TestReport?parameter3=2025-03-01T00%3A00%3A00%2B01%3A00
->
TestReport?parameter3=2025-03-01T00:00:00+01:00
Second attempt
TestReport%3Fparameter3%3D2025-03-01T00%253A00%253A00%252B01%253A00
->
TestReport?parameter3=2025-03-01T00%3A00%3A00%2B01%3A00