Pass parameters in the url
For this url opens a report (reporting services)
If use http everything works fine
And if https then the parameters are lost ....


string sid = Page.Request.QueryString [PARAM_SID]?? string.Empty;
Here this code I get my parameter ...
with no parameters https: (

Still does not understand the reason ... IIS can be configured as that, may https in the url parameters can not be passed ...