The API library documents all of the APIs Remote File Access provides.
The library runs as an interactive client served to your browser by an RFA listener. This enables you to test actual requests and responses against your configuration.
To access the interactive API library, append /mfrfa/docs to your base RFA URI in your browser address bar, for example http://localhost:9999/mfrfa/docs.
To start using the interactive API:
{ "mfUser": "SYSAD", "mfPassword": "abcd1234" }
Once you have a cookie for a valid session you can perform other RFA requests, such as getting and putting files.
The interactive API library manages the Host, Origin, Referer, Accept, Content-Type, and Content-Length headers for you. It also stores and applies the cookie for session handling.