Click here to Skip to main content
16,015,594 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Questionhow to use IE/Explorer tool band? Pin
benben28-Apr-03 2:42
benben28-Apr-03 2:42 
GeneralReturn a recordset of ADO. Pin
TianYang27-Apr-03 23:44
TianYang27-Apr-03 23:44 
GeneralRe: Return a recordset of ADO. Pin
Brian Shifrin28-Apr-03 14:06
Brian Shifrin28-Apr-03 14:06 
GeneralSet property by "=" Pin
TianYang27-Apr-03 23:36
TianYang27-Apr-03 23:36 
GeneralRe: Set property by "=" Pin
Michael Dunn1-May-03 0:32
sitebuilderMichael Dunn1-May-03 0:32 
GeneralCODE: Adding radio-checked menu item support to CUpdateUI Pin
Michael Dunn27-Apr-03 16:47
sitebuilderMichael Dunn27-Apr-03 16:47 
GeneralHttp connection via Proxy Pin
Sam197925-Apr-03 21:37
Sam197925-Apr-03 21:37 
GeneralRe: Http connection via Proxy Pin
geo_m26-Apr-03 22:00
geo_m26-Apr-03 22:00 
simply enough - create a tcp connection to the proxy machine and then send your request as usual. Only difference is, that the request should be in a 'full' form. Instead of:
<br />
GET /page.htm HTTP/1.1<br />
...


you'd use:

GET www.codeproject.com/page.htm HTTP/1.1<br />
...


I'm not sure about the http: prefix, but you can check it in RFC.

Then the proxy you are connected to, simply parses the URL from the request and forward it to the right machine.

This is mostly all you have to do. If you want to be absolutely correct, there are some client-proxy specific headers like 'Proxy-Authentication' etc. but these are also described in RFC.

Hope this helps
GeneralRe: Http connection via Proxy Pin
Sam197930-Apr-03 0:56
Sam197930-Apr-03 0:56 
GeneralRe: Http connection via Proxy Pin
geo_m30-Apr-03 3:18
geo_m30-Apr-03 3:18 
QuestionHow to do this in WTL Pin
User 1605525-Apr-03 3:41
User 1605525-Apr-03 3:41 
AnswerRe: How to do this in WTL Pin
Michael Dunn25-Apr-03 16:52
sitebuilderMichael Dunn25-Apr-03 16:52 
GeneralLike a Toolbar. Pin
Leandro H. Delamare23-Apr-03 6:01
Leandro H. Delamare23-Apr-03 6:01 
GeneralSTL weirdness Pin
#realJSOP21-Apr-03 4:20
professional#realJSOP21-Apr-03 4:20 
GeneralRe: STL weirdness Pin
Joaquín M López Muñoz21-Apr-03 4:53
Joaquín M López Muñoz21-Apr-03 4:53 
GeneralRe: STL weirdness Pin
#realJSOP21-Apr-03 8:08
professional#realJSOP21-Apr-03 8:08 
GeneralRe: STL weirdness Pin
Tim Smith21-Apr-03 8:57
Tim Smith21-Apr-03 8:57 
GeneralRe: STL weirdness Pin
Paul M Watt2-May-03 20:19
mentorPaul M Watt2-May-03 20:19 
GeneralAnother problem with maps Pin
The Unknown20-Apr-03 8:12
The Unknown20-Apr-03 8:12 
GeneralRe: Another problem with maps Pin
Tim Smith20-Apr-03 8:21
Tim Smith20-Apr-03 8:21 
GeneralRe: Another problem with maps Pin
The Unknown20-Apr-03 8:41
The Unknown20-Apr-03 8:41 
GeneralRe: Another problem with maps Pin
Joaquín M López Muñoz20-Apr-03 20:09
Joaquín M López Muñoz20-Apr-03 20:09 
GeneralRe: Another problem with maps Pin
The Unknown21-Apr-03 3:27
The Unknown21-Apr-03 3:27 
GeneralWTL splitters not sending WM_SIZE to both panes Pin
Kibble19-Apr-03 12:20
Kibble19-Apr-03 12:20 
GeneralRe: WTL splitters not sending WM_SIZE to both panes Pin
Kibble21-Apr-03 8:00
Kibble21-Apr-03 8:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.