ALM integration with ServiceNow (On Premise 15.5)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
46m ago
Hi Team,
We are integrating ALM (15.5) with ServiceNow, where we the use cases are user provisioning, Role assignment, Project assignment etc...
From the given documentation from ALM team we could successfully authenticate the ALM and fetch the tokens from the cookies.
The documentation says when we use POST method we should pass a token called X-XSRF-TOKEN, We are passing the same. But in response we are not getting the desired response, instead we are getting the HTML code which describes about the page. please check below
Can you please let me understand where I am going wrong. Also I am good to provide more details if this information is not clear
API: https://admhelp.microfocus.com/alm/api_refs/REST_core/Content/send_xsrf_header.htm
Response :
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10">
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<link rel="shortcut icon" href="../images/favicon.ico">
<TITLE>Micro Focus ALM - Quality Center 15.5.1
</TITLE>
<style type="text/css" media="all">
@font-face {
font-family: "HPE-light";
src: url('../fonts/MetricWeb-Light.woff');
}......
