<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Coding 201: Parsing XML using Python - Issues with URL in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/coding-201-parsing-xml-using-python-issues-with-url/m-p/3992963#M4178</link>
    <description>&lt;P&gt;&lt;SPAN class="hljs-function"&gt;&lt;SPAN class="hljs-params"&gt;&lt;SPAN class="hljs-string"&gt;Receiving a 404 for '&lt;A href="https://cmxlocationsandbox.cisco.com/api/contextaware/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone" target="_blank" rel="noopener"&gt;https://cmxlocationsandbox.cisco.com/api/contextaware/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone&lt;/A&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 17:55:57 GMT</pubDate>
    <dc:creator>donroger</dc:creator>
    <dc:date>2019-12-03T17:55:57Z</dc:date>
    <item>
      <title>Coding 201: Parsing XML using Python - Issues with URL</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/coding-201-parsing-xml-using-python-issues-with-url/m-p/3992963#M4178</link>
      <description>&lt;P&gt;&lt;SPAN class="hljs-function"&gt;&lt;SPAN class="hljs-params"&gt;&lt;SPAN class="hljs-string"&gt;Receiving a 404 for '&lt;A href="https://cmxlocationsandbox.cisco.com/api/contextaware/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone" target="_blank" rel="noopener"&gt;https://cmxlocationsandbox.cisco.com/api/contextaware/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone&lt;/A&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:55:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/coding-201-parsing-xml-using-python-issues-with-url/m-p/3992963#M4178</guid>
      <dc:creator>donroger</dc:creator>
      <dc:date>2019-12-03T17:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Coding 201: Parsing XML using Python - Issues with URL</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/coding-201-parsing-xml-using-python-issues-with-url/m-p/4064208#M4670</link>
      <description>&lt;P&gt;While making HTTP REST call with Python to the CMX MSE Server, i get the following error:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="courier new,courier" color="#FF0000"&gt;urllib.error.URLError: &amp;lt;urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1076)&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;from urllib.request import Request, urlopen
req = Request('https://cmxlocationsandbox.cisco.com/api/contextaware/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone')
req.add_header('Authorization', 'Basic bGVhcm5pbmc6bGVhcm5pbmc=')
response = urlopen(req)
responseString = response.read().decode("utf-8")
print(responseString)
response.close()&lt;/PRE&gt;&lt;P&gt;While browsing the URL directly, i get&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#FF0000"&gt;Evaluation license has expired&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://cmxlocationsandbox.cisco.com/api/contextaware/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone" target="_blank"&gt;https://cmxlocationsandbox.cisco.com/api/contextaware/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning REST API and need the valid URL. Please suggest any solution around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 14:26:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/coding-201-parsing-xml-using-python-issues-with-url/m-p/4064208#M4670</guid>
      <dc:creator>BINODGUPTA7240</dc:creator>
      <dc:date>2020-04-12T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Coding 201: Parsing XML using Python - Issues with URL</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/coding-201-parsing-xml-using-python-issues-with-url/m-p/4118718#M5125</link>
      <description>&lt;P&gt;I am having this same issue/error in Coding 202: Parsing JSON. The URL has been updated in the lesson to point to&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://devnetapi.cisco.com/sandbox/mse/api/config/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone" target="_blank"&gt;https://devnetapi.cisco.com/sandbox/mse/api/config/v1/maps/info/DevNetCampus/DevNetBuilding/DevNetZone&lt;/A&gt;"; however, the certificate for this server has expired as well.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;urllib.error.URLError: &amp;lt;urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1108)&amp;gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jul 2020 19:41:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/coding-201-parsing-xml-using-python-issues-with-url/m-p/4118718#M5125</guid>
      <dc:creator>SWeidner11</dc:creator>
      <dc:date>2020-07-14T19:41:42Z</dc:date>
    </item>
  </channel>
</rss>

