IIS settings to receive a custom HTTP Header

fusascame

New Member
I have a problem,
i have to receive an xml file (multipart form data) to my web site from a software, but the problem is that they send me a custom HTTP HEADER (HTTP_X_AUTHORIZATION) and when i receive the file is not correct but this is the result: \[code\]ntent-Transfer-Encoding: binary<?xml version="1.0" encoding="UTF-8"?>\[/code\]i can't use this xml file, i read that i need to set my IIS to receive this type of custom header.
Someone know how???
 
Back
Top