Hi,
In our sharepoint 2013 environment, we have a custom application and in which we have a button and when we click on the button the initial url was below
http://abcd.com/apps/xyz/test.aspx
After clickin on the button it redirects to the below, where in the custom app they are using query string to append the url.
http://abcd.com:6001/apps/xyz/test.aspx?EID=7&ListID=1723aasd-ajsfs12346
And i am getting the web page cannot be displayed error.
Please help me to resolve this issue. Is there any issue in the custom code or in IIS redirect or server related configuration.
Any help is much appreciated.