@sap/ux-ui5-tooling 1.8.0 → 1.8.2

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.md CHANGED
@@ -142,6 +142,7 @@ If you want the proxy to handle also WebSockets, then you need to set the option
142
142
  url: https://my.backend.com:1234
143
143
  ws: true
144
144
  ```
145
+ **Note: proxying WebSockets is currently not supported in SAP Business Application Studio.**
145
146
 
146
147
  #### [Changing the path to which a request is proxied](#changing-the-path-to-which-a-request-is-proxied)
147
148
  Let's that you want to configure the proxy to send requests from a certain path `/services/odata` to a destination with a specified entry path `/my/entry/path`. Then you need to do the following: