c++ - HTTP request does not work -


i'm programming kind of browser in c++ using winsock , got struck in kind of error. program works fine pages in internet, reason doesn't work of them. https://imageshack.com/a/v56q/1

as seen in these images composed version of fiddler works while own program fails. thought maybe https connection might problem, doesn't seem need handshake or similar. sending part of program not problem because works other pages (e.g. ones in comments).

thanks in advance!

i thought maybe https connection might problem, doesn't seem need handshake or similar.

yes, https requires perform rather complicated handshake, why nobody attempts implement https directly on sockets, , instead uses winhttp or wininet, 2 http stacks included in windows.

while fiddler running, can kinda "cheat" sending plaintext request (containing https url) fiddler, perform proper secure handshake remote server on behalf , return response client. (fiddler acting http-to-https gateway in scenario.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -