About 485,000 results
Open links in new tab
  1. How to call a REST web service API from JavaScript?

    Oct 6, 2021 · Without a doubt, the simplest method uses an invisible FORM element in HTML specifying the desired REST method. Then the arguments can be inserted into input …

  2. Send POST request to REST API via javascript - Stack Overflow

    Oct 25, 2018 · First, I read somewhere that we should not use XMLHttpRequest. Second, I am a newbie in Javascript. Third, I created a webpage to submit email and password. <form …

  3. JavaScript: Learning how to "consume RESTful APIs"

    Oct 13, 2014 · I wrote a simple proof-of-concept todo list REST API last spring in Java and the integration tests show good use of the Jersey client to consume the API for testing purposes.

  4. Calling REST endpoint from Javascript - Stack Overflow

    Jun 17, 2018 · However, xhttp.responseText is empty, although the request returns 200. I can see in the browser that the request is returning the expected result but somehow I cannot extract it …

  5. Basic Authentication Using JavaScript - Stack Overflow

    If you are using the Caspio REST API on some request it may be imperative that you to encode the paramaters for certain request to your endpoint; see the Caspio documentation on this issue;

  6. javascript - How to send an HTTP request with a header parameter ...

    I'm very new to javascript and web programming in general and I need some help with this. I have an HTTP request that I need to send through javascript and get need to store the output in a …

  7. Pure JavaScript REST API call - Stack Overflow

    Nov 3, 2018 · When I call function CallMe, I get a result from service but my HTML element has text undefined, because of service is still loading data. I try async, await on Test() but no …

  8. What are good examples of REST API client libraries in JavaScript

    Nov 10, 2015 · What good examples of modern JavaScript client libraries wrapping REST APIs have you seen recently. Not worried about implementation details, just the API design.

  9. How to make http authentication in REST API call from javascript

    I need to call OpenMRS REST API from Java script to get data from OpenMRS. Below is my java script code: function myfunction(){ var xhr = new XMLHttpRequest(); xhr ...

  10. curl - Javascript - How to make REST API Calls - Stack Overflow

    Jul 13, 2016 · The structure of your action is a bit off for OpenWhisk. Javascript actions need to have a main method and you'll have to use whisk.async() and whisk.done() to make your …

Refresh