Skip to content

Commit

Permalink
Update initiating-transfer.md
Browse files Browse the repository at this point in the history
Remove HTTPProxy hint
  • Loading branch information
SebastianOpriel authored Oct 29, 2024
1 parent 004da2e commit 8fbe0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Frontend/Consuming/initiating-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For more advanced data-sink endpoints not directly supported by the UI, you can
```
{% endcode %}

Here, `"type": "HttpData"` indicates that the EDC will interpret the destination as a REST-API. The `baseUrl` is the endpoint receiving the data. You can also set the type to `HttpProxy`, enabling a pull-transfer over both data planes.
Here, `"type": "HttpData"` indicates that the EDC will interpret the destination as a REST-API. The `baseUrl` is the endpoint receiving the data.

#### 3. Transfer Data via Custom Transfer Process Request (JSON)

Expand Down

0 comments on commit 8fbe0a1

Please sign in to comment.