JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,007 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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.