{"id":6413,"date":"2020-07-01T20:47:22","date_gmt":"2020-07-02T03:47:22","guid":{"rendered":"https:\/\/visualgdb.com\/w\/?p=6413"},"modified":"2020-07-01T20:47:22","modified_gmt":"2020-07-02T03:47:22","slug":"configuring-proxy-server-for-visualgdb","status":"publish","type":"post","link":"https:\/\/visualgdb.com\/documentation\/proxy\/","title":{"rendered":"Configuring Proxy Server for VisualGDB"},"content":{"rendered":"<p>VisualGDB requires an Internet connection in order to automatically download toolchains, BSPs and other components. Normally, it will automatically download the new packages when using the wizard, or the <strong>Tools-&gt;VisualGDB-&gt;Manage VisualGDB<\/strong> window. However, if your system does not allow direct Internet access, it would not work.<\/p>\n<p>In case your system requires using a proxy server in order to connect to Internet, you can configure VisualGDB to use it as shown below:<a href=\"https:\/\/visualgdb.com\/w\/wp-content\/uploads\/2020\/07\/proxy.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-6414\" src=\"https:\/\/visualgdb.com\/w\/wp-content\/uploads\/2020\/07\/proxy.png\" alt=\"\" width=\"818\" height=\"649\" \/><\/a>You can troubleshoot the proxy settings by creating a basic console application with C# and trying to run the following code:<\/p>\n<pre class=\"\">    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            var proxy = new WebProxy(\"address\", true, null, new NetworkCredential(\"user\", \"password\"));\r\n            var client = new WebClient { Proxy = proxy };\r\n            client.DownloadString(\"https:\/\/visualgdb.com\/hwsupport\/catalog.php?version=latest\");\r\n        }\r\n    }<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>VisualGDB requires an Internet connection in order to automatically download toolchains, BSPs and other components. Normally, it will automatically download<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[199],"tags":[],"_links":{"self":[{"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/posts\/6413"}],"collection":[{"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/comments?post=6413"}],"version-history":[{"count":1,"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/posts\/6413\/revisions"}],"predecessor-version":[{"id":6415,"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/posts\/6413\/revisions\/6415"}],"wp:attachment":[{"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/media?parent=6413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/categories?post=6413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/visualgdb.com\/w\/wp-json\/wp\/v2\/tags?post=6413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}