Has anyone ever come across issues using the header type X-Tenant in a cfhttp call ?
p
Patrick
12/18/2024, 4:43 PM
Further details? What error/issue?
j
jumpmaster
12/18/2024, 4:44 PM
What issues, and what does your code look like? Is there an error sending the request, or are there issues on the receiving end? When using custom http headers ("x-auth-token", etc.) I would typically add a cfhttpparam with
type="header"
and
name="X-Tenant"
, but I have not run into issues adding a custom header to a http request
m
mauzer
12/19/2024, 10:47 AM
Thanks All sorted it! Was an extra bracket 🤦🏻♂️ 🤦🏻♂️