Skip to content

Commit 289718d

Browse files
authored
Clarify debugging instructions for mitmproxy usage
Updated the debugging section to clarify the use of mitmproxy for inspecting requests and responses.
1 parent 8e0877a commit 289718d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ In addition to the terminalID, payment requests are also routed and filtered bas
137137

138138
## Debugging the Communication
139139

140-
It is recommended to use [mitmproxy](https://www.mitmproxy.org/) as an intermediary between your solution and the POS System API to inspect all requests and responses exchanged between them. For this, complete the following:
140+
It is recommended to use [mitmproxy](https://www.mitmproxy.org/) as an intermediary between your solution and the POS System API to see exactly which requests are being sent and received. For this, complete the following:
141141

142142
- Refer to [mitmproxy.bat](mitmproxy.bat) for instructions on how to run it.
143143
- Set the `FISKALTRUST_POS_SYSTEM_API_URL` environment variable as described in [HOWTO_01_Payment](HOWTO_01_Payment_csharp/README.MD) to `http://localhost:8080/v2`, which is the address the mitmproxy listens when using the batch file to start it.

0 commit comments

Comments
 (0)