Hello
I am trying to issue a PUT request to and endpoint but I am getting a message 'message:"Protocol "http:" not supported. Expected "https:”’. The resource I am trying to use is pointing to an https address, so I am slightly confused on why this behavior is happening. I believe this message is consisting with a nodejs error when one uses the http methods instead of the https. Is it possible that the backed is using the wrong method?
Thanks in advance
Felipe