This is my code which I am using to verify, URL exists or not on Server, but always getting not exist however link is alive
Where I am doing mistake in my code, why
Use if(bResponse) instead of if(bResponse==true)
if(bResponse)
if(bResponse==true)