Endpoint transforms not working with multiple options set

I’ve got an endpoint transform set.

  1. Change method to GET

  2. Change url to a custom url.

I can only seem to get one or the other to apply but not both when testing this. Is there a bug or something I’m doing wrong?


Notice the 3 that show as GET in the log were after I removed the url transform. The newer ones that are POST are when I have both transforms applied (the method isn’t changing to GET)