Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[REQUEST] Software tool to build a TCP header string

Status
Not open for further replies.

andre_luis

Super Moderator
Staff member
Advanced Member level 7
Joined
Nov 7, 2006
Messages
9,654
Helped
1,191
Reputation
2,401
Reaction score
1,219
Trophy points
1,403
Location
Brazil
www.linkedin.com
Activity points
55,985
Hi friends,



I know there are avaliable on the Web many literature ressources concernig this subject, but I´m seeking for a friendly tool.
For instance, I wish see the tool building that update request string :
Code:
http://username:password@dynupdate.no-ip.com/nic/update? hostname=mytest.testdomain.com&myip=1.2.3.4
Into that raw HTTP header GET request :
Code:
GET /nic/update?hostname=mytest.testdomain.com&myip=1.2.3.4 HTTP/1.0 Host: dynupdate.no-ip.com Authorization: Basic base64-encoded-auth-string User-Agent: Bobs Update Client WindowsXP/1.2 bob@somedomain.com

Many thanks in advance.


+++
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top