Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
How to obtain the JSON data requested by the front end in the JSSP file? I did not obtain it using request.getParameter in the JSSP file, it only can get data when front end use x-www-form-unlencode
hello @wankang,
try :
var body = request.getBodyAsString(); var jsonBody = JSON.parse(body);
Br,
Amine
this is good , but it get
The code is garbled
Views
Likes
Replies