I programmed a web proxy in C and the pages seem to load fine. The only problem is images don't load up. I see all the requests for the images and see the data transmitted. When the messages are written to the browser, they don't show up. Anyone have an idea why this would be? What I'm confused on is do images have to be handled differently than the regular html text?
I'm reading everything from the web server(eg Google) into a char buffer of 2048 and write to the browser. This loops until there is nothing more to read. Like I said, the webproxy shows that there is information transferred, but I just get the red x.
It's not our fault developers make the game wrong. Yes, I said it, WRONG. Either release a self hostable server or make the game playable in a singleplayer mode. It's not our fault you made an always online game, you sold us a game license and we should be allowed to play it for as long as we want to. The current state of the industry is not an excuse and needs to be changed.
Stranger still, wt the same time as they are hiring foreign workers.
Do they realize how that looks?
https://www.newsweek.com/micro...b-visa-applications-2094370
Question
minhaferzz
I programmed a web proxy in C and the pages seem to load fine. The only problem is images don't load up. I see all the requests for the images and see the data transmitted. When the messages are written to the browser, they don't show up. Anyone have an idea why this would be? What I'm confused on is do images have to be handled differently than the regular html text?
I'm reading everything from the web server(eg Google) into a char buffer of 2048 and write to the browser. This loops until there is nothing more to read. Like I said, the webproxy shows that there is information transferred, but I just get the red x.
Link to comment
https://www.neowin.net/forum/topic/397509-c-web-proxy-not-showing-images/Share on other sites
8 answers to this question
Recommended Posts