Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST params (formData) are not available when using HTTPS POST #1345

Open
NadigNikhil opened this issue Oct 1, 2019 · 2 comments
Open

REST params (formData) are not available when using HTTPS POST #1345

NadigNikhil opened this issue Oct 1, 2019 · 2 comments

Comments

@NadigNikhil
Copy link

We are runnig a Ubuntu 18.04 Server with nginx. I send the following ExtJS AJAX request to our application via HTTPS:

Ext.Ajax.request({
     url: 'https://localhostl/test/setTaskLock/15/true',
     method: 'POST',
     headers: {
        'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
     },
     params: {
         test123: 'answer123'
     },     
     success: function (response) {
         console.log("success");
     },
     failure: function (response) {
         console.log("failure");
     }
});

We have migrated from 2.3.7 to 2.4.0 and observe that the formbody is missing. While we use HTTP, we get the desired output and issue is there when we try to make the rest call using HTTPS.

Below is the maven dependencies:
<restlet.version>2.4.0</restlet.version>

org.restlet.jee org.restlet ${restlet.version} org.restlet.jee org.restlet.ext.crypto ${restlet.version} org.restlet.jee org.restlet.ext.fileupload ${restlet.version} org.restlet.jee org.restlet.ext.servlet ${restlet.version} org.restlet.jee org.restlet.ext.xml ${restlet.version} org.restlet.jee org.restlet.ext.wadl ${restlet.version} org.restlet.jee org.restlet.ext.jaxb ${restlet.version}
@seppinho
Copy link

seppinho commented Dec 12, 2019

Same here. We reproduced this behaviour also with JQuery but also see it with a http proxy server. Any timeline to fix this (possible critical) bug? thanks a lot!

@cyberquarks

This comment has been minimized.

imsandli added a commit to imsandli/jminix that referenced this issue Jul 21, 2022
imsandli added a commit to imsandli/jminix that referenced this issue Jul 29, 2022
imsandli added a commit to imsandli/jminix that referenced this issue Jul 29, 2022
lbovet pushed a commit to lbovet/jminix that referenced this issue Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants