what do you mean by "REAL APP" how do I get that? regards Henrik "Igor Tandetnik" wrote: > rrrado wrote: > > Is it possible to get complete data sent to server in > > BeginningTransaction() ? Or somewhere else? > > To get all the headers, wait for BINDSTATUS_SENDINGREQUEST notification, > query the real APP for IWinInetHttpInfo and call QueryInfo to get the > headers you are interested in (or HTTP_QUERY_RAW_HEADERS or > HTTP_QUERY_RAW_HEADERS_CRLF for all headers). > > Post data is available from IInternetBindInfo::GetBindInfo, specifically > BINDINFO::stgmedData and cbStgmedData. > -- > With best wishes, > Igor Tandetnik > > With sufficient thrust, pigs fly just fine. However, this is not > necessarily a good idea. It is hard to be sure where they are going to > land, and it could be dangerous sitting under them as they fly > overhead. -- RFC 1925 > > >
"Hinnack" wrote in message news:CA986DE4-C610-4197-A9FF-5118E9E85273@microsoft.com > what do you mean by "REAL APP" The APP that is actually doing the work. Your passthrough APP is just wrapping it. > how do I get that? m_spInternetProtocol -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
OK, Thanks. by the way: do you know a sample, where someone has implemented the whole app including IWinInetHTTPInfo and IWinInetInfo himself? kind regards Hinnack "Igor Tandetnik" wrote: > "Hinnack" wrote in message > news:CA986DE4-C610-4197-A9FF-5118E9E85273@microsoft.com > > what do you mean by "REAL APP" > > The APP that is actually doing the work. Your passthrough APP is just > wrapping it. > > > how do I get that? > > m_spInternetProtocol > -- > With best wishes, > Igor Tandetnik > > With sufficient thrust, pigs fly just fine. However, this is not > necessarily a good idea. It is hard to be sure where they are going to > land, and it could be dangerous sitting under them as they fly > overhead. -- RFC 1925 > > >
Hinnack wrote: > do you know a sample, where someone has implemented the whole app > including IWinInetHTTPInfo and IWinInetInfo himself? No I don't know of such a sample. Why would you want to? -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925