Announcement

Collapse
No announcement yet.

Ajax call to external php script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ajax call to external php script

    Is it possible to make such an ajax call from a custom js view without making an action in controller or an entry point?
    The url that I specify in declaration of ajax get's changed into /api/v1/url and not plain url. How can I bypass this?
    Thanks

  • #2
    Try not using jquery to call ajax.

    Comment

    Working...
    X