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.
Asked
Active
Viewed 207 times
1

Lasitha Yapa
- 4,309
- 8
- 38
- 57
1 Answers
3
There are multiple extensions for Firefox and Chrome allowing you to edit the response.
Firefox:
- Modify HTTP Response (only allows to modify the response body)
- Modify Response Headers
Chrome:
- ModHeader
- Tamper Chrome (extension) (new version: Tamper Dev)
- Requestly

Eduardo Vela
- 3
- 3

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