https://github.com/magenta-aps/multipart-form-data-requester
A utils project for making HTTP/2 multipart/form-data requests to an SBSYS server
https://github.com/magenta-aps/multipart-form-data-requester
Last synced: 15 days ago
JSON representation
A utils project for making HTTP/2 multipart/form-data requests to an SBSYS server
- Host: GitHub
- URL: https://github.com/magenta-aps/multipart-form-data-requester
- Owner: magenta-aps
- Created: 2019-12-10T13:27:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T11:26:15.000Z (about 5 years ago)
- Last Synced: 2025-02-17T15:47:02.717Z (3 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multipart/form-data Requester
This project is a utility project to be used together with the
[alfresco-sbsys-template](https://github.com/magenta-aps/alfresco-sbsys-template) project.
It receives data from Alfresco and passes these on to an SBSYS (SBSIP) server. It is only
a proof-of-concept project. The reason that a standalone project is needed is that the
alfresco-sbsys-template project uses Java 8 and there are problem making HTTP/2 requests
in Java 8. This project fixes the issue by making use of Java 11 libs. I.e. it
basically works as a "proxy" for Alfresco, when Alfresco is making HTTP/2 requests to SBSYS.