Connect to the API
The API server is based on communication through XML. The XML data may be posted to the URL of our test environment when you are testing or to the URL of our production environment when you have finished testing.
The XML data has to be encoded twice to contain only URL safe characters and must be sent using the HTML POST method. For security reasons, every request requires your authentication. You have to send the password in MD5 format.
Test environment
We provide you with a test environment to give you the possibilty to test your scripts before launching them on the production server. The test server behaves exactly like the production server with the exception that no orders are processed (no domains registered or emails sent).
API URL: https://www.proisp.no/A/test_api/
Production environment
It is highly recommended that you test your scripts on the test server before switching to the production environment.
API URL: https://www.proisp.no/A/production_api/
Code examples
Example of communication with the API server using: