<?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 Re: HTTP GET returns error 363650 in G Web Development Software</title>
    <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248612#M321</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_0-1660203793729.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/720104990195bd243bc18383b66ce6dca6b53290/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637303069443432423346414334364430444134332f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_0-1660203793729.png" alt="yura_beno_0-1660203793729.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Adding Access-Control-Allow-Origin * header doesn't seem to help, still generic error&amp;nbsp;363650 with random error location:&amp;nbsp;HttpClientGet in NI::HTTP::httpWebServerClient.sli::httpWebServer_Get-&amp;gt;NI::HTTP::GET.gvi-&amp;gt;WebApp::YBB_02_Aug.gviweb&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_1-1660204041498.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/8df0c1a0541efd644cf09c8cedc62fbbb86f3d1a/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637303169374135323736323432443134393435352f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_1-1660204041498.png" alt="yura_beno_1-1660204041498.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Configure CORS doesn't seem to do anything either... any ideas?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 08:19:16 GMT</pubDate>
    <dc:creator>yura_beno</dc:creator>
    <dc:date>2022-08-11T08:19:16Z</dc:date>
    <item>
      <title>HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248420#M318</link>
      <description>&lt;P&gt;URL is working Okay in browser but returns empty 'body' and error code 363650 in G Web Development Software 2022 Q3&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_1-1660135994521.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/4469f0266962934e51d3bfd9452d64456dba7b17/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303636353569303235343132443143394442323736432f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_1-1660135994521.png" alt="yura_beno_1-1660135994521.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_0-1660135896949.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/debbe872b81cfe63bb933ec735a852482914d46d/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303636353469393139414346353044364145414433372f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_0-1660135896949.png" alt="yura_beno_0-1660135896949.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any suggestions would be greatly appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 12:55:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248420#M318</guid>
      <dc:creator>yura_beno</dc:creator>
      <dc:date>2022-08-10T12:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248481#M319</link>
      <description>&lt;P&gt;Does the error status string have any helpful info? Likely causes for&amp;nbsp;&lt;SPAN&gt;363650 is CORS configuration issues. You're accessing the web service directly in the browser but accessing the G Web page from another host address which is then trying to access the web service data at 127.0.0.1 which is a different host address from the G Web access which triggers CORS security checks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.ni.com/docs/en-US/bundle/g-web-development/page/config-lv-web-service-cors-open-access.html" target="_blank"&gt;https://www.ni.com/docs/en-US/bundle/g-web-development/page/config-lv-web-service-cors-open-access.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 16:03:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248481#M319</guid>
      <dc:creator>DerrickB</dc:creator>
      <dc:date>2022-08-10T16:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248612#M321</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_0-1660203793729.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/720104990195bd243bc18383b66ce6dca6b53290/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637303069443432423346414334364430444134332f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_0-1660203793729.png" alt="yura_beno_0-1660203793729.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Adding Access-Control-Allow-Origin * header doesn't seem to help, still generic error&amp;nbsp;363650 with random error location:&amp;nbsp;HttpClientGet in NI::HTTP::httpWebServerClient.sli::httpWebServer_Get-&amp;gt;NI::HTTP::GET.gvi-&amp;gt;WebApp::YBB_02_Aug.gviweb&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_1-1660204041498.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/8df0c1a0541efd644cf09c8cedc62fbbb86f3d1a/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637303169374135323736323432443134393435352f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_1-1660204041498.png" alt="yura_beno_1-1660204041498.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Configure CORS doesn't seem to do anything either... any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:19:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248612#M321</guid>
      <dc:creator>yura_beno</dc:creator>
      <dc:date>2022-08-11T08:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248638#M322</link>
      <description>&lt;P&gt;Adding CORS to any origin (*) still gives 363650 and a random location string:&amp;nbsp;HttpClientGet in NI::HTTP::httpWebServerClient.sli::httpWebServer_Get-&amp;gt;NI::HTTP::GET.gvi-&amp;gt;WebApp::YBB_02_Aug.gviweb&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_1-1660216057631.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/328fb43c09d6a0ce20e96c289b42ec0dc473f7d1/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637303769383835444546434336463539443041382f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_1-1660216057631.png" alt="yura_beno_1-1660216057631.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I need to change any of these in&amp;nbsp;&lt;A href="http://localhost:3582/web-config" target="_blank"&gt;http://localhost:3582/web-config&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_2-1660217371265.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/84d88a658fb8a151eba77287c62c084561cef370/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637303869364432363335353432414331393036372f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_2-1660217371265.png" alt="yura_beno_2-1660217371265.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 11:36:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248638#M322</guid>
      <dc:creator>yura_beno</dc:creator>
      <dc:date>2022-08-11T11:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248646#M323</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Also tried adding the built GWebVI to a public folder as suggested in&amp;nbsp;&lt;A href="https://www.ni.com/docs/en-US/bundle/g-web-development-2022-q3/page/configure-cors-for-labview-web-service.html" target="_self"&gt;Configuring CORS for a LabVIEW Web Service&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN class="note__title"&gt;Note:&amp;nbsp;&lt;/SPAN&gt;You do not need to enable CORS if your WebVI and LabVIEW Web Service have the same origin. To achieve this, host the built WebVI in the Public Content Folder of the LabVIEW Web Service the WebVI is making HTTP requests to when running your web application.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_0-1660219890988.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/d0c2615658027a3c2423ee30dbc06b5b6a1ee690/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637313169343433434139424539333345413446412f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_0-1660219890988.png" alt="yura_beno_0-1660219890988.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;but still the same error, I must be missing something&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 12:12:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248646#M323</guid>
      <dc:creator>yura_beno</dc:creator>
      <dc:date>2022-08-11T12:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248647#M324</link>
      <description>&lt;P&gt;I'm hosting using IIS10 on Windows11 but that seem to work fine:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://yuribeno.com/" target="_self"&gt;http://yuribeno.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 12:17:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248647#M324</guid>
      <dc:creator>yura_beno</dc:creator>
      <dc:date>2022-08-11T12:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248723#M325</link>
      <description>&lt;P&gt;So you're pulling up the page on yuribeno.com but the G Web app is still trying to access the webservice via 127.0.0.1:8080 instead of a relative URI that will map to the same domain. When I open the page, 127.0.0.1 is MY machine and of course I don't have anything running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try using "/&lt;SPAN&gt;WebService1/HTTPMethod_1" as the URL for http client methods. Not specifying the authority portion of a URL (the host, port, and any basic auth info) is the recommended approach when everything is running via the same host.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 15:40:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248723#M325</guid>
      <dc:creator>DerrickB</dc:creator>
      <dc:date>2022-08-11T15:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248832#M326</link>
      <description>&lt;P&gt;Thank you for your help&lt;/P&gt;
&lt;P&gt;/WebService1/HTTPMethod_1 stopped giving&amp;nbsp;363650&lt;/P&gt;
&lt;P&gt;Now I get 404, the whole message is below and on&amp;nbsp;&lt;A href="http://yuribeno.com" target="_self"&gt;yuribeno.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_0-1660286317362.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/90f071a5d06885ab98dc7d325158fd33d982c691/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637343869454641434442393042443344383736342f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_0-1660286317362.png" alt="yura_beno_0-1660286317362.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Tried&amp;nbsp;/HTTPMethod_1/ and other string combinations.&lt;/P&gt;
&lt;P data-unlink="true"&gt;Still working okay in any browser:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_2-1660286014871.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/7066b9ff9f0395a7b14d1ac1dbf553484e3661a0/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303637343769333630383734394632463546453035422f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_2-1660286014871.png" alt="yura_beno_2-1660286014871.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I must be missing something very basic..&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 06:39:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4248832#M326</guid>
      <dc:creator>yura_beno</dc:creator>
      <dc:date>2022-08-12T06:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP GET returns error 363650</title>
      <link>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4249062#M327</link>
      <description>&lt;P&gt;Its working now &lt;A href="http://www.yuribeno.com/" target="_self"&gt;www.yuribeno.com&lt;/A&gt;, had to properly forward the webservice port and use the public IP&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yura_beno_0-1660438280143.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/4f545ab996cf48b0fced6347b415b1ba448cdb76/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303638303169384230353546463341374144393133352f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="yura_beno_0-1660438280143.png" alt="yura_beno_0-1660438280143.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 00:53:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/G-Web-Development-Software/HTTP-GET-returns-error-363650/m-p/4249062#M327</guid>
      <dc:creator>yura_beno</dc:creator>
      <dc:date>2022-08-14T00:53:42Z</dc:date>
    </item>
  </channel>
</rss>

