Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I'm trying to control an IP power bar using CLI HttpClient Post commands and am getting "401 Unauthorized" returns from the device. These commands are working fine via Postman, which leads me to believe something isn't right with the headers b...
Yes, I got it working.The problem turned out to be the codec adding a <space> within the authorization header.Header: “Authorization: Basic YWRtaW46YWRtaW4=” was actually sending "Authorization:<space><space>Basic YWRtaW46YWRtaW4=” and causing the ...