hoverfly
hoverfly copied to clipboard
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
At the moment, middleware can only intercept and modify outgoing requests in capture mode. This is inadequate if someone wants to mask sensitive information in both request and response when...
**Is your feature request related to a problem? Please describe.** One of our request contains a content type 'application/x-www-form-urlencoded'. Example of payload: ``` { "matcher": "exact", "value": "client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&code=FAKE_CODE&grant_type=authorization_code&redirect_uri=https://local-auth.yapily.com:8081/&client_assertion=eyJraWQiOiJlcGwyT09Mem82WHlCWExDeFR4dUZ6SnJEQ0kiLCJhbGciOiJQUzI1NiJ9.eyJzdWIiOiIzZmMzMzljYS02MzM4LTRmNDMtOWUxYy1iYWZjNDM2MjA0MWMiLCJhdWQiOiJodHRwczpcL1wvbG9jYWwtZmFrZWJhbmsueWFwaWx5LmNvbTo4MDgxXC9vYXV0aDIiLCJpc3MiOiIzZmMzMzljYS02MzM4LTRmNDMtOWUxYy1iYWZjNDM2MjA0MWMiLCJleHAiOjE1ODIyMTY1ODMsImlhdCI6MTU4MjIxNjI4MywianRpIjoiYWQ3ZGI3NjctOTgxNC00ZDUzLWFmYTEtZjFlMDgxZjNmMDhkIn0.kVScfRmaQ3XX8JruabNg__baXo9pSgYHhmlgWHuxZwxd7RsFxIP-uCaGkzAIX8ZrLZ059VeeIZrGIySFYDnaTozb79MSN_Y9laDfEqj017e7zrfyuy1z21vpKyxgkaCAC1o226mIS9onldBRCHj3CXb-XL3arCM2X2fteNRURdrnBD9gJ_F3eXdyzTxbsUEe9siC8JCZ2YBXcp0SPODVooFA3NMvofSHRJf77a_0pQRAjFRX-xbQUYJGrNtXqfgiE0ImwkAStfZ-FTbGP0fMDE2t2BVSLat5pOBurhpE5_Hr8sPE0xb9YD4Uiyrco-pRwkMu8C95HitoOIiE2TXZqg" } ```...
**Is your feature request related to a problem? Please describe.** I have a simulation that sends back lists, these lists get filled with data extracted from the request using xpath...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We got some request...
**Is your feature request related to a problem? Please describe.** The diff mode in Hoverfly asserts on all the fields. It would be quite useful if there is a way...
-bash-4.1$ export PATH=$PATH:~ -bash-4.1$ hoverctl status +------------+----------+ | Hoverfly | running | | Admin port | 8888 | | Proxy port | 8500 | | Proxy type | forward |...
I am very new to Hoverfly, so apologies if this request is mildly incoherent. However, I could not find any existing issues that seemed relevant. **Is your feature request related...
I have cloud foundry in my environment and want to deploy this in it. How can I achieve this ?
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I follow a 'contract-first'...
I'm trying to record a http post to Docker using Remote API where I send a tar file (via a stream) in Java via OkHttp Client. Hoverfly records the binary...