[MDEV-27516] feature request: HTTP_REQUEST() function Created: 2022-01-15 Updated: 2022-01-15 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Robert Dyas | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | functions | ||
| Description |
|
Use case: I would like to make REST API calls from within my triggers and stored procedures to integrate with other systems. I envision an implementation like this:
The opts parameter, if specified, could contain overrides of default values like this: {"RequestTimeoutSeconds":60, "AllowRedirects":true}We have a ton of use cases for this and would love to see it in 10.8 if possible to expand the JSON uses cases for MariaDB. |