Jump to content

I want to make a proxy server application from AutoIt


Recommended Posts

I'mnot a newbie to autoit, but its been a while since I've been in the game.

However I want to make a proxy server application from AutoIt but I have no idea how to do so.

Any thoughts?

I did search on Google how they work, but all I got was newbie guides on the concept, cant find any really detailed instructions..

Unfortunately I don't know any other programming languages so I can't just look at other soucre and know how to create one.

Thanks.

[center][/center]

Link to comment
Share on other sites

You want to make a proxy server?

So User connects, requests content, your server replies...

Have you any idea what type of proxy you want to use? Socks? HTTP? SSL?

I'd start by looking at the protocols, then trying some stuff out.

For example: http://www.ietf.org/rfc/rfc1928.txt

Good luck,

Brett

Link to comment
Share on other sites

You want to make a proxy server?

So User connects, requests content, your server replies...

Have you any idea what type of proxy you want to use? Socks? HTTP? SSL?

I'd start by looking at the protocols, then trying some stuff out.

For example: http://www.ietf.org/rfc/rfc1928.txt

Good luck,

Brett

:D:o:D
Link to comment
Share on other sites

im just curious because i don treally know.. is proxy somewhat the same to TCP

Link to comment
Share on other sites

Hey DBAk, hows this comming on?

I've been doing some work of my own, but its not getting very far. I've decided on a HTTP server. I hope you don't mind me hijacking your thread, but you might get some help out of it :o

The RFC I'm using as a base is this one.

http://tools.ietf.org/html/rfc2617

And down the bottom they have an example of Sample implementation (search for "[Page 26]" on the RFC.)

Now theres the problem. I have no idea what it is I'm meant to do to translate it? Can anyone shed some light on how its meant to be in AutoIt?

Thanks,

Brett

EDIT: If you have something working, I'd love you to post it. I've based mine on Manadars HTTP server (basically because its easily adapted... :D)

Edited by BrettF
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...