Get requests to a server taskpane add-in

Milan Gedink 20 Reputation points
2023-03-07T16:25:07.3566667+00:00

Hey

Im just wondering if it is possible to send get requests to an external server inside of the word add-in

Ive been trying around, reading documentation and all that type of stuff but couldnt find much

Thanks in advance

and have a nice day

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,007 questions
0 comments No comments
{count} votes

Accepted answer
  1. Eugene Astafiev 891 Reputation points
    2023-03-07T19:22:56.2766667+00:00

    The Office JavaScript API documentation doesn't cover common aspects of the web programming. You may consider your Office web add-in as a regular web application where you can make web requests, see https://developer.mozilla.org/en-US/docs/Web/API/Request for more information about that.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.