On Sunday, 20 September 2020 12:18:09 UTC+1, ryan embgrets wrote:
>
> Thanks everyone for your valuable feedback. 
> I was able to figure out the issue that was happening due to the 
> case-sensitive nature of the loginId header, which was being normalized in 
> golang. 
>
> So, after adding the below snippet i was able to make it work. 
>
> req.Header["loginId"] = []string{"0610A62F"}
>
>
Good catch.  I had not noticed it was "Loginid" in the tcpdump output.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/4b870658-a77c-4a76-89f1-2d1614c7748do%40googlegroups.com.

Reply via email to