Closed tripodsan closed 5 years ago
also, it used to send those headers:
this._wskHeaders = Object.assign({
'X-Openwhisk-Activation-Id': this._wskActivationId,
'X-Request-Id': this._requestId,
'X-Backend-Name': 'localhost--F_Petridish',
'X-CDN-Request-ID': this._cdnRequestId,
'X-Strain': this._strain.name,
'X-Old-Url': this._url,
'X-Repo-Root-Path': repoPath,
}, this._headers);
which should be forwarded by experimental dispatch to the action
the problem is, that the rooPath
parameter was removed from the VCL.
:tada: This issue has been resolved in version 2.2.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description a request to
https://adobedevsite.helix-demo.xyz/open/index.html
removes theopen
form the backend request:although the strain is mapped to
running it locally gives:
running it remotely shows: