However, do you really want to set a header called userpwd to that string? I would guess this uses HTTP basic authentication and you should instead include it in the URL,
Thanks @fredrikekre for the reply.
Still not working and I don’t have netcat
I think I have a problem of authentification…it seems the username and password should not be part of the headers but part of “Options” , is there a field argument in HTTP.post for that?
Well, can you install it? Alternatively give copy-pastable code so someone else can do it for you. You would probably have your answer to this problem in 10 seconds if you just inspect and compare the two requests.
The documentation for HTTP.request says you can use require_ssl_verification = false. HTTP.jl also respects settings from NetworkOptions.jl, so you could also set JULIA_SSL_NO_VERIFY_HOSTS as described there.
Thank you @fredrikekre , that did the trick.
No I can’t install it as I am running on corporate computer, nor can i copy paste it.
Thank you very much. Slowly saying bye bye to R and welcome to Julia