<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 3/18/15 3:14 PM, Bill Meek wrote:<br>
    </div>
    <blockquote cite="mid:5509CE8B.7070703@gmail.com" type="cite">On
      03/18/2015 01:47 PM, Phil Bridges wrote:
      <br>
      <blockquote type="cite">On Wed, Mar 18, 2015 at 1:17 PM, Bill Meek
        <a class="moz-txt-link-rfc2396E" href="mailto:keemllib@gmail.com"><keemllib@gmail.com></a> wrote:
        <br>
      </blockquote>
      ...
      <br>
      <blockquote type="cite">
        <blockquote type="cite">I see the same with Firefox.
          <br>
          <br>
          Try it with curl (I thing you're getting cached information.):
          <br>
          <br>
               curl <BE>:6547/Frontend/GetStatus|sed
          's/></>\n</g'
          <br>
          <br>
          The sed is just to make it easier to read.
          <br>
          <br>
          <br>
          <br>
        </blockquote>
        Thanks.  That did it.  Ifind it a little odd, though, that the
        Chrome REST
        <br>
        tools keep seeing the cached data.
        <br>
      </blockquote>
      <br>
      It is odd. The 1st response contains an ETag. The 2nd query
      includes the
      <br>
      same ETag (correctly, I believe), but even though the FE screen
      has
      <br>
      changed from Watch Recordings to actual Playback (for my test),
      the
      <br>
      FE returns a 304 Not Modified in the response.
      <br>
      <br>
    </blockquote>
    <font size="-1">In your browser, you could also try adding a r</font><font
      size="-1">ando</font>m number to the end, and change it every time
    you want a new version:<br>
    <br>
      mythbackend:6547/Frontend/GetStatus?foo=12345<br>
    <br>
    This technique is often used by Javascript libraries to avoid ornery
    clients that like to keep old stuff.<br>
  </body>
</html>