cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1589
Views
0
Helpful
6
Replies

Adding Custom Fields in HTTP Header of SMS API

Shubham Bharti
Cisco Employee
Cisco Employee

Hi All,

 

There is a requirement that customer need to have a custom field(API Key) as part of HTTP Header but I don’t see that option on ISE. I can add it as a parameter and also in the body but I have failed to push it as part of HTTP Header.

 

Is this possible? Can we add custom fields in HTTP Header of SMS API.

 

I have already gone through the following document but no help : https://community.cisco.com/t5/security-documents/ise-guest-amp-web-authentication/ta-p/3657224#toc-hId-838271433

 

1 Accepted Solution

Accepted Solutions

There is no way to customize the header. It was done for Clickatell and Twilio. This is an enhancement, please work through product management internally. Also submit via http://cs.co/ise-feedback 

View solution in original post

6 Replies 6

Jason Kunst
Cisco Employee
Cisco Employee
You can insert information into the API call. The HTTPURL call . Can you please provide what exactly it have to look like

I have attached the Postman JSON file.

HTTP Header should look something like this: 

 

"header": [
{
"key": "APIKEY",
"value": "1234567890",
"type": "text"
},
{
"key": "content-type",
"value": "application/json",
"type": "text"
}
],

Can you show what you’re getting now and what you would like added? Did you try to insert into the http API call like shown in this doc?

You can put anything you want into the http api call, example API ID do you see that there?
https://community.cisco.com/t5/security-documents/ise-guest-sms-for-clickatell-provider/ta-p/3639802

Please find attached my findings under ISE-SMS API. When I try to add as shown in the document, it comes as part of URL Parameters and not HTTP header. 

 

There is no way to customize the header. It was done for Clickatell and Twilio. This is an enhancement, please work through product management internally. Also submit via http://cs.co/ise-feedback 

Thanks Jason. I will drop in a mail to track further.