Allow users behind a proxy to use VirGO

Registered by Fabien Chéreau

This includes adding a configuration GUI for proxy somewhere, preferably in Stellarium Configuration window.

Blueprint information

Status:
Complete
Approver:
None
Priority:
High
Drafter:
None
Direction:
Approved
Assignee:
Diego
Definition:
Approved
Series goal:
Accepted for 1.4
Implementation:
Implemented
Milestone target:
milestone icon 1.4.4
Started by
Diego
Completed by
Fabien Chéreau

Related branches

Sprints

Whiteboard

Got a patch from Vivekananda Moosani

> QNetworkProxy proxy;
> proxy.setType(QNetworkProxy::HttpProxy);
> proxy.setHostName("ptproxy.persistent.co.in");
> proxy.setPort(8080);
> proxy.setUser("vivekananda_moosani");
> proxy.setPassword("Puffffff!");
> QNetworkProxy::setApplicationProxy(proxy);

This needs to be applied at the Stellarium level, not VirGO

-----

Now implemented in Stellarium.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.