You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Search and replace policy (#57)
* Added ‘SearchAndReplace’ Apigee policy
* Renamed to ‘SearchAndReplaceResponse’
* Fixed typo
* Removed any ES6 syntax
* Added SearchAndReplaceResponse Apigee policy to sandbox
* Added JS file
* Updated name
* Moved flow in to the TargetEndpoint
* Updated the search and replace JS
* Debugging basePath and subdomain
* Debug context
* Debugging proxyRequest and targetRequest
* WIP
* Added timestamp
* WIP
* WIP
* WIP
* WIP
* WIP
* Using target.name in API host name
* Removed switch statement
* Using a request.url
* Removed targetName
* Updated JS
* Added check for ‘api.nhs.uk’ too
* Added api.nhs.uk
* Added a check for ‘api’
* Added debugging for ‘requestUrl’ and ‘environmentSubdomain’
* Moved ‘item’ variable outside the ‘for’ loop
* WIP: AssignMessage.CopyRequest
* Commented out the ‘CopyRequest’ flow
* Using ‘requestHostnameEnv’ in SearchAndReplaceResponse.js
* Debugging ‘requestHostnameEnv’ variable
* Removed debugging
* Updated the search and replace Regex