1

Is there anyway to create a server response manually to check whether my client side is working correctly to server responses? I want to do this without writing the server part myself.
What I specifically want is to test a server-sent event handling part.

Lasitha Yapa
  • 4,309
  • 8
  • 38
  • 57

1 Answers1

3

There are multiple extensions for Firefox and Chrome allowing you to edit the response.

Firefox:

Chrome:

Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132