When someone else does open the projectfolder from a shared drive (or copy it to it's local), the bodies of the http requests aren't equal to the original ones.
For example:
Original: grant_type=password&username=bladibla
Copied: {"Content":"grant_type=password&username=bladibla","Mode":"raw"}
Is there a way to get around this?