Servicenow UI Page Automatically Calling without being opened in browser, if i post data from web se
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 03:54 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 04:37 AM
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.