Servicenow UI Page Automatically Calling without being opened in browser, if i post data from web se

KARTHICK5
Tera Contributor

Hi, Any one pls tell me In Servicenow UI Page Automatically Calling without being opened in browser, if i post data from web service api. is it possible. any script or solutions welcome.

 

From web service API i post some data and get some encode data from UI Page. But which one i need to try without opening a browser.

1 REPLY 1

CezaryBasta
Tera Guru

It's hard to understand what you want to achieve. But if you send POST request from an API, than you need a REST API to handle that request. Either use one of the many existing OOB or create your own.

Unless you want to retrieve the page content via the request? Then you should use GET.

 

What do you want to do?

--
See more of my content here.