[CLOSED] Call DirectMethod externally

  1. #1

    [CLOSED] Call DirectMethod externally

    Can i call a direct method from an external website, like an API? If yes, how?
    Last edited by Daniil; May 06, 2014 at 7:01 AM. Reason: [CLOSED]
  2. #2
    Hi @josegarcia,

    We have not tried it. Theoretically it might work. Though, no guarantee.

    You can try.

    At least, it needs to set up this property to true.
    http://docs-origin.sencha.com/extjs/...ction-cfg-cors

    and set up these headers for a response
    Access-Control-Request-Method: POST
    Access-Control-Request-Headers: X-PINGOTHER
    according to this article:
    https://developer.mozilla.org/en-US/...s_control_CORS

    Maybe, something more might be required.

Similar Threads

  1. [CLOSED] Check if there is an active directmethod call
    By livehealthierGF in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 19, 2013, 5:01 PM
  2. Two tabs - how to call directmethod
    By ven in forum 2.x Help
    Replies: 1
    Last Post: Oct 15, 2012, 8:19 AM
  3. Replies: 42
    Last Post: Apr 13, 2012, 4:31 PM
  4. Call DirectMethod from a TreePanel
    By khadga in forum 1.x Help
    Replies: 3
    Last Post: Jan 10, 2011, 5:56 PM
  5. how to call DirectMethod from grid
    By harshad.jadhav in forum 1.x Help
    Replies: 2
    Last Post: Jul 10, 2010, 8:58 AM

Tags for this Thread

Posting Permissions