Skip to content

This will be a web app that will act like Postman which aim to test secured IBM Mobilefirst 8 adapters with custom authentication specially that save and use data within active session as Postman basic authentication debugging detailed in MFP docs won't fit

License

Notifications You must be signed in to change notification settings

IbrahimMSabek/mfpAdapterTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfpAdapterTester

This will be a web app that will act like Postman which aim to test secured IBM Mobilefirst 8 adapters with custom authentication specially that save and use data within active session as Postman basic authentication debugging detailed in MFP docs won't fit.

The Web app will have the following features:
1- Enable you to make custom login by adding your security scope name and login parameters.
2- Enable you after login to add your requests and this will be saved then you can run/edit/delete.
3- Enable you to enter the parameters of both requests or login as JSON or seperated parameters.
4- Enable you to export your requests collection (all your requests within JSON file).
5- Enable you to import an exported requests collection (future by import file and now can be done by inserting it in localstorage by requests key).
6- Enable you to run all requests then export to xls file.

Setup:
1- Clone the repo.
2- Add your encryption module (login password encryption) if any within mfpAdapterTester\src\main\webapp\lib\encryption.js and make the interface the compute function already exist.
3- Go to the project path inside Terminal/cmd then run mvn clean install.
4- Add to server.xml within Mobilefirst server local installation or deploy the war if remote install.
5- Add web app that uses your security scope with the name and id of mfpAdapterTester.
6- Access it with http://localhost:9080/mfpAdapterTester if locally or {{url}}/mfpAdapterTester if remote :).

About

This will be a web app that will act like Postman which aim to test secured IBM Mobilefirst 8 adapters with custom authentication specially that save and use data within active session as Postman basic authentication debugging detailed in MFP docs won't fit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published