- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 06:40 AM
In ServiceNow, i'm aware i can send outbound REST request via a MID Server to resources within my local network.
Is it possible to receive REST messages from local resources to my mid server, rather than pointing the endpoint directly to the instance staging table or scripted endpoint. If yes, how is that achievable, how do i define the mid server endpoint, and how do i process the message once it gets to the instance.
Thanks.
Solved! Go to Solution.
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 06:55 AM
Hi Abbey
I'm afraid MID servers cannot be used for incoming requests. But inbound requests from a third-party tool would be secure because they are connected to the ServiceNow instance via SSL.
A MID server is typically used for communication with the customer's infrastructure (outbound), which the ServiceNow instance cannot access directly.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2021 10:28 AM
Please Ashutosh, this is interesting, would love more details on how this was done.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2021 12:52 PM
Hi,
I used this one and did some changes here:
https://developer.servicenow.com/connect.do#!/share/contents/2271821_remote_file_importer_import_files_from_a_mid_server?v=1.0&t=DISCUSSIONS
Thanks,
Ashutosh