1

When I hit the back browser button, the server receives a bunch of get requests for the same resource. The one I'm going back to.

I tried it in both Chrome and Firefox and it happens on both, so I'm guessing is not a browser issue. I'm running Rails 4 on Ubuntu.

Other than the standard gems Rails installs by default, the only other gem I'm using is Devise. I found this link on how the browser is supposed to work so I don't understand why the requests are being made. Sometimes over 10 requests are made.

Community
  • 1
  • 1
walt
  • 11
  • 3
  • Can you provide us with some more information? A stack trace or something else to go off? – Allan W Smith Oct 20 '14 at 06:00
  • Are those requests relevant to the page that back button links to ?? Like, when you normally visit the page, are those requests fired ? – Pramod Solanky Oct 20 '14 at 11:52
  • @PamioSolanky yes, the request are legitimate but instead of just one request, there are anywhere from 3 to 10 request being made. One thing I did notice is that the JS and CSS files are different from each set of request...could this be because the assets have not been compiled? – walt Oct 20 '14 at 16:18
  • @Allan away from my computer, will do as soon as I get back – walt Oct 20 '14 at 16:18

0 Answers0