Title: bigfatfrog's Replies | WordPress.org

---

# bigfatfrog

  [  ](https://wordpress.org/support/users/bigfatfrog/)

 *   [Profile](https://wordpress.org/support/users/bigfatfrog/)
 *   [Topics Started](https://wordpress.org/support/users/bigfatfrog/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bigfatfrog/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bigfatfrog/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bigfatfrog/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bigfatfrog/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bigfatfrog/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] Getting JSONP to work](https://wordpress.org/support/topic/getting-jsonp-to-work/)
 *  [bigfatfrog](https://wordpress.org/support/users/bigfatfrog/)
 * (@bigfatfrog)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/getting-jsonp-to-work/#post-5198295)
 * I used the $http.get method as a workround – and it seems to be working fine!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP REST API (WP API)] Getting JSONP to work](https://wordpress.org/support/topic/getting-jsonp-to-work/)
 *  [bigfatfrog](https://wordpress.org/support/users/bigfatfrog/)
 * (@bigfatfrog)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/getting-jsonp-to-work/#post-5198293)
 * I’m writing an app using the Ionic framework and I’m getting the same problem.
   
   I’ve got the angular.js call:
 *     ```
       $http.jsonp("http://localhost/matImms/wp-json/posts?callback=JSON_CALLBACK").success(function (posts) {
                       this.postsData = posts;
                   })
       ```
   
 * The problem seems to be _jsonp is not being set at all – so the fix doesn’t work.
   However, even hacking the code so that ‘application/javascript’ is always return
   doesn’t seem to work – and I’m not sure how to fix this. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)