Developers! Developers!

Want to utilize the Brutelock servce in your application?
Go right ahead!


Using the Brutelock service in your program

If you are interested in using the Brutelock service in your program, you can do just that! Currently Brutelock uses a very simple REST interface to interact with the service and program. Please see below for examples:

To report to the Brutelock service:

http://report.Brutelock.com/?key=YOUR_KEY&cmd=report&reported_ip=REPORTED_IP

Response back from the Brutelock service:

Success:
                 <?xml version="1.0" encoding="utf-8" ?>
                 <rsp stat="ok">
                   <message code="CODE_HERE" msg="MESSAGE_HERE" />
                 </rsp>
               
Error:
                 <?xml version="1.0" encoding="utf-8" ?>
                 <rsp stat="fail">
                   <message code="ERROR_CODE_HERE" msg="ERROR_MESSAGE_HERE" />
                 </rsp>
               

Want to contribute?

In the spirit of OpenSource, if you find a bug, have written code to better the program, or any other beneficial source change, please contact us and let us know and someone from the development team will be in contact!

If you would like to request a development key, to access the development service environment, please send an email to dev@brutelock.com.

Have a program that utilizes the Brutelock service? Let us know and will try to get you listed on the Brutelock website!


Copyright © 2009 Intuitive Reason, Inc. All Rights Reserved.