Currently I am using mock function on a URL in latest iOS Testflight version. It works fine on GET method. While the app I am testing also uses PATCH verb on the same URL, thus it throws error when Rewrite in Surge in on.
@SurgeTeam I wish Surge could add a verb filter for such edge case, or limit the Rewrite function to work only on GET and POST verbs.