I'm fetching a document that can contain relative URLs. Since the original request may be redirected, I need to know the URL actually used to fetch the resource to turn those relative URLs into absolute URLs.
I took a look in http_win7.cpp and http_win8.cpp, but I don't see where this is handled (I think the former would need to use WinHttpRequestOption_URL and the latter would need to do something with the data in the OnRedirect).
Also, there's a typo in the comment on line 230 of http_win7.cpp: "chanllenges"
I took a look in http_win7.cpp and http_win8.cpp, but I don't see where this is handled (I think the former would need to use WinHttpRequestOption_URL and the latter would need to do something with the data in the OnRedirect).
Also, there's a typo in the comment on line 230 of http_win7.cpp: "chanllenges"