Is it possible to test the API that is behind the firewall using Postman?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 09:46 AM - edited 12-24-2024 08:02 PM
We have an external application that is behind the firewall. So we have installed MID server to establish the integration.
Now we need to test the API using Postman but we can't as the application/api is behind firewall and can't use mid server in postman.
Are there alternatives/solution for api testing outside servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 07:33 PM
you cannot test it via postman as postman cannot directly interact with mid server
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 08:02 PM
Hi @Ankur Bawiskar yes. any solutions/alternatives?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 08:30 PM
if you have mid server already established then why to use postman to test
why not directly use REST message and test it?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 09:44 PM
Our testing team has a requirement to test outside ServiceNow @Ankur Bawiskar