Skip to content

Instantly share code, notes, and snippets.

@elpddev
Created July 20, 2020 11:36
Show Gist options
  • Save elpddev/10ae89e8c46a1f2b1fbfcabd5d833a69 to your computer and use it in GitHub Desktop.
Save elpddev/10ae89e8c46a1f2b1fbfcabd5d833a69 to your computer and use it in GitHub Desktop.
#charles

Charles Proxy

Rerwrite Rules

Changing Response Status Code

  • Must have value in match -> value. Otherwise doest not match

Example

Match
  value: 404 Not Found
  
Replace
  Value: 200 OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment