Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CHtmlView->Navigate2(...headers) problem

0 views
Skip to first unread message

Furer Alexander

unread,
Jan 17, 2002, 5:38:42 AM1/17/02
to
HI all!
i'm using CHtmlView based class and have problem with Navigate(Navigate2 )
method.
When i pass there just url, it works pretty good, but if i pass also
headers, i get "This page couldn't be displaied", the request even doesn't
arrive to IIS(i see this in ISAPI filter on my localhost)
Does anyone know what the problem is ?
Thanks


Igor Tandetnik

unread,
Jan 17, 2002, 12:08:58 PM1/17/02
to
Malformed headers probably. How do you prepare them?
--
With best wishes,
Igor Tandetnik

"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken

"Furer Alexander" <ale...@sentry-com.co.il> wrote in message
news:OhFzvK0nBHA.2244@tkmsftngp02...

Furer Alexander

unread,
Jan 18, 2002, 2:42:13 AM1/18/02
to
char digit [3];
.....
......
CString headers(":requestIndex2=");
headers+=digit[0];
httpView->Navigate(my_url,0,NULL,headers);

hmm.... no , i don't think that is the problem(Malformed headers )
It works and doesn't on different computers

0 new messages