[Spice-devel] spice-gtk http connect proxy authentification ?

Marc-André Lureau mlureau at redhat.com
Wed Jul 17 03:27:09 PDT 2013


Hi

----- Mensaje original -----
> Hi,
> 
> I would like to known if it's planned to add authentification to http
> spice_proxy soon ?

It wasn't planned so far.

> I think It should be easy,
> 
> we just need to be able to parse a proxy url like this
> 
> http://username:password@host:port
> 
> 
> then replace in spice-session.c
> 
>    address = g_proxy_address_new(G_INET_ADDRESS(it->data), pport, "http",
> +                                      s->host, port, NULL, NULL);
> 
> by
> 
>    address = g_proxy_address_new(G_INET_ADDRESS(it->data), pport, "http",
> +                                      s->host, port, username, password);
> 
> 

Open a bug? Send a patch? :)

thanks


More information about the Spice-devel mailing list