- Joined
- Nov 7, 2006
- Messages
- 9,654
- Helped
- 1,191
- Reputation
- 2,401
- Reaction score
- 1,219
- Trophy points
- 1,403
- Location
- Brazil
- 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 :
Into that raw HTTP header GET request :
Many thanks in advance.
+++
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
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.
+++