python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Java: Got Jersey's ContainerException when receiving formdata, but fine when received raw JSON data
I'm currently working on a plugin for Killbill, using Jooby for developing the servlet. The servlet will receive a notification from payment gateway and process the update into internal Killbill syste...
Muhamad Iqbal
Votes: 0
Answers: 0
CORS works except when custom header is set on client
Config
Jooby Version: 2.13.0
Using Undertow
JDK 17
My setup of CORS works as expected (with only 1 exception) with the config below:
Cors cors = new Cors().setMethods("GET", "POST"...
Tutan
Votes: 0
Answers: 1