<?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: proxy page, tokens, error 498, password/username visible in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550376#M12414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As of this morning the proxy page isn't working for me, can't figure out what might have changed over the weekend and the log file isn't very helpful.&amp;nbsp; I have hard coded a request for a token and that is working, so I don't think it's my service. Any advice? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config file:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ProxyConfig allowedReferers="*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logFile="proxy_log.log"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mustMatch="true"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrls&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.northcharleston.org/arcgis/rest/services" rel="nofollow" target="_blank"&gt;http://gis.northcharleston.org/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="false" username="xxx" password="xxx"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serverUrls&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ProxyConfig&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the log file shows:&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | GET detected&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Retry attempt 1 of 3&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Resource using ArcGIS Server security&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Got token endpoint&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Retry attempt 2 of 3&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Resource using ArcGIS Server security&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Got token endpoint&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Retry attempt 3 of 3&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Resource using ArcGIS Server security&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Got token endpoint&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Removing session value&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Proxy complete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Sep 2014 13:28:45 GMT</pubDate>
    <dc:creator>KathleenBrenkert</dc:creator>
    <dc:date>2014-09-02T13:28:45Z</dc:date>
    <item>
      <title>proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550373#M12411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the php proxy page from here: &lt;A class="jive-link-external-small" href="https://github.com/Esri/resource-proxy/tree/master/PHP" rel="nofollow" target="_blank"&gt;resource-proxy/PHP at master · Esri/resource-proxy · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It appears to work perfect however when I run it using firebug in firefox I can see my username and password for my secure service in both the response and the parameters.&amp;nbsp; I can repeat this both within my network and without, and I am using https (unsigned).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log file shows:&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | GET detected&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Using session token&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Authorization failed : {"error":{"code":498,"message":"Invalid Token","details":[]}}&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Retry attempt 1 of 3&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Resource using ArcGIS Server security&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Got token endpoint&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Adding token to session&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Using session token&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Ok to proxy&lt;/P&gt;&lt;P&gt;08-28-14 15:54:42 | Proxy complete&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just not sure what I've done.&amp;nbsp; If I hadn't run firebug I would not have even noticed that my username/password is visible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550373#M12411</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2014-08-28T17:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550374#M12412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/7658"&gt;Kathleen Brenkert&lt;/A&gt;‌ - when you are using the proxy, the username/password will (should?) not be visible in firebug for a proxy request/response because the request from the proxy to your service doesn't go via the web browser.&amp;nbsp; Are you sure that it's the network request/response to the proxy, and not some other request going from your application (but not using proxy)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the exact request/responses you are seeing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 21:21:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550374#M12412</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-08-28T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550375#M12413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bjorn! -I misread the firebug response, confused Query parameters with the config parameters (I had looked at it too long) - and my SSL is not working correctly.&amp;nbsp; I think I've got that covered now, but would you know why I get the 498 error in the log file? I think it only appears when I am testing the live site, not when I am debugging.&amp;nbsp; The program always picks it up on the retry, but still concerns me.&amp;nbsp; Hopefully we'll get the SSL issues corrected today and then I'll start testing it again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550375#M12413</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2014-08-29T12:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550376#M12414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As of this morning the proxy page isn't working for me, can't figure out what might have changed over the weekend and the log file isn't very helpful.&amp;nbsp; I have hard coded a request for a token and that is working, so I don't think it's my service. Any advice? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config file:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ProxyConfig allowedReferers="*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logFile="proxy_log.log"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mustMatch="true"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrls&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.northcharleston.org/arcgis/rest/services" rel="nofollow" target="_blank"&gt;http://gis.northcharleston.org/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="false" username="xxx" password="xxx"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serverUrls&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ProxyConfig&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the log file shows:&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | GET detected&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Retry attempt 1 of 3&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Resource using ArcGIS Server security&lt;/P&gt;&lt;P&gt;09-02-14 13:20:07 | Got token endpoint&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Retry attempt 2 of 3&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Resource using ArcGIS Server security&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Got token endpoint&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Retry attempt 3 of 3&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Resource using ArcGIS Server security&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Got token endpoint&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Removing session value&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Authorization failed : {"error":{"code":499,"message":"Token Required","details":[]}}&lt;/P&gt;&lt;P&gt;09-02-14 13:20:09 | Proxy complete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 13:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550376#M12414</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2014-09-02T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550377#M12415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be because the token expired, and that the proxy didn't refresh it correctly.&amp;nbsp; Could you try re-starting the proxy (maybe by restarting the web server), and see if that (temporarily) makes the proxy work again?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 14:38:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550377#M12415</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-09-02T14:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550378#M12416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;restarted the web server and still getting the same error.  Tried a new username/password and same error.  Could my ssl affect it? We are using a wildcard ssl on IIS and a selfsigned on the site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 15:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550378#M12416</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2014-09-02T15:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550379#M12417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've exhausted all my ideas at this point.&amp;nbsp; I'm going to try and find another way to get the token, but please let me know if you have anymore suggestions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 14:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550379#M12417</guid>
      <dc:creator>KathleenBrenkert</dc:creator>
      <dc:date>2014-09-04T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: proxy page, tokens, error 498, password/username visible</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550380#M12418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Kathleen Brenkert : I'm having the same issue. Do you remember if and how you resolved this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My resource proxy is using the same config as yours. I'm getting the same exact 499 error code with "Token Required".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/proxy-page-tokens-error-498-password-username/m-p/550380#M12418</guid>
      <dc:creator>CarlosKrefft</dc:creator>
      <dc:date>2018-10-04T14:21:42Z</dc:date>
    </item>
  </channel>
</rss>

