Difference between revisions of "API Configuration"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
[[Image:api_configuration.png]]
[[Image:api_configuration.png]]


* Allow API - should we enable API?
* '''Allow API''' - should we enable API?
* Allow GET API - should we allow GET method to be used for API? Good for testing - but do not use in production! It is unsafe.
* '''Allow GET API''' - should we allow GET method to be used for API? Good for testing - but do not use in production! It is unsafe.
* API Secret Key - key to [[MOR API hash construction | generate Hash]]
* '''API Secret Key''' - key to [[MOR API hash construction | generate Hash]]
* XML API Extension - send XML output with <HTML> tag - this is used for broken .Net support, keep it unchecked if everything works for you
* '''XML API Extension''' - send XML output with <HTML> tag - this is used for broken .Net support, keep it unchecked if everything works for you

Revision as of 15:57, 29 December 2008

Api configuration.png

  • Allow API - should we enable API?
  • Allow GET API - should we allow GET method to be used for API? Good for testing - but do not use in production! It is unsafe.
  • API Secret Key - key to generate Hash
  • XML API Extension - send XML output with <HTML> tag - this is used for broken .Net support, keep it unchecked if everything works for you