Is it possible to test the API that is behind the firewall using Postman?

Suggy
Giga Sage

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?

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

@Suggy 

you cannot test it via postman as postman cannot directly interact with mid server

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar yes. any solutions/alternatives?

@Suggy 

if you have mid server already established then why to use postman to test

why not directly use REST message and test it?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Our testing team has a requirement to test outside ServiceNow @Ankur Bawiskar