diffy icon indicating copy to clipboard operation
diffy copied to clipboard

Find potential bugs in your services with Diffy

Results 5 diffy issues
Sort by recently updated
recently updated
newest added

We need to compare xml responses, therefore I wrote a XmlLifter which simply converts the xml to json.

When lifting nested JSON arrays diffy looses original ordering and generates diffs.

There are some cases where the upstream client would like to control which headers are sent to the downstream servers. An example of this is where prior authentication has occurred,...

You can send different HTTP Header Key value pairs to candidate, primary and secondary servers. Add `-candidateHeaders=Authorization:Basic OtxGHYUI, userRole:admin1 -primaryHeaders=Authorization:Basic NjhmskT, userRole:admin2 -secondaryHeaders=Authorization:Basic Tysfdg, userRole:admin3` to your command line arguments...

Some of our services produce rather big responses, bigger than the default of 5 megabytes. So I added two additional settings which are used in the serviceFactory to create the...