@sap-ux/axios-extension 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.adoc +5 -1
- package/package.json +2 -2
package/README.adoc
CHANGED
|
@@ -120,11 +120,15 @@ See more examples in link:./test/factory.test.ts[/test/factory.test.ts]
|
|
|
120
120
|
|
|
121
121
|
## Proxy Support
|
|
122
122
|
|
|
123
|
-
To enable
|
|
123
|
+
To enable support for TLS (Transport Layer Security) connections when using `HTTPS_PROXY`, update your environment by setting the `TOOLSUITE_FEATURES` environment variable with `sap.ux.enablePatchProxy`, as shown;
|
|
124
124
|
|
|
125
125
|
```bash
|
|
126
126
|
export TOOLSUITE_FEATURES=sap.ux.enablePatchProxy
|
|
127
127
|
export HTTPS_PROXY=<YOUR-PROXY:PORT>
|
|
128
128
|
```
|
|
129
|
+
Example Scenario
|
|
130
|
+
|
|
131
|
+
If you're using a proxy server to route your HTTPS traffic, the proxy server will need to create a secure, TLS-encrypted connection to the target server on your behalf. `tls.connect()` will be used to establish that encrypted tunnel between your client, the proxy, and the server.
|
|
132
|
+
|
|
129
133
|
|
|
130
134
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/axios-extension",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.1",
|
|
4
4
|
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"nock": "13.4.0",
|
|
35
35
|
"supertest": "6.3.3",
|
|
36
36
|
"@types/proxy-from-env": "1.0.1",
|
|
37
|
-
"@sap-ux/project-access": "1.28.
|
|
37
|
+
"@sap-ux/project-access": "1.28.6"
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
40
40
|
"dist",
|