I have developed an Embedded WebBrowser using IE webbrowser control in C++. Now, there is a strange problem. I am not able to login to one particular website. I am able to login the same website using IE or chrome or mozilla. But with Embedded Browser I am not. It seems like it is waiting for the response. But I am able to login to my gmail account with my WebBrowser. With the packet tracer I observed that there was very few request/response generated from Embedded WebBrowser as compared to any other normal browser. I can only see the cgi scripts request being called by my WebBrowser unlike other browser which also issued CSS and JS request.
Anyone have any idea that why this strange behaviour? Am I missing something?
Thanks