Skip to content

This application can be used to proxy post and get request with or without manipulation. Using a simple properties file to manipulate data which you send over the line. Just before sending it out, and after the response is send to you.

License

Notifications You must be signed in to change notification settings

rsprangemeijer/proxy-mock-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProxyServer [converterScriptFile]

The converterScriptFile can be used for changing the request before forwarding it with the following keys: convertBeforeForward.[N].match for the pattern to match in the original request. and convertBeforeForward.[N].to is the new used request

The same can be done for requests just before they are returned with the following keys: convertBeforeReturn.[N].match and convertBeforeReturn.[N].to

Where [N] is any number \d\d*, e.g. convertBeforeForward.1.match or convertBeforeForward.1432.match

About

This application can be used to proxy post and get request with or without manipulation. Using a simple properties file to manipulate data which you send over the line. Just before sending it out, and after the response is send to you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages