Top "Http-request-parameters" questions

The parameters that are mapped to the servlet request when they are parsed from the http request.

How to programmatically send POST request to JSF page without using HTML form?

I have very simple JSF bean like shown below: import org.jboss.seam.annotations.Name; @Name(Sample.NAME) public class …

jsf jsf-2 http-post http-request-parameters
request.getParameter don't have null values when they are expected

I found this issue so perplexing (but also interesting) that I'd like to ask people here for insights. I've been …

jsp servlets http-request-parameters
Web API Authorization via HttpWebRequest

I have a function to call my Web API. It works well if TestCallingRemotely is set to [AllowAnonymous]. var httpWebRequest = (…

c# asp.net-web-api httpwebrequest aspnetboilerplate http-request-parameters
In Spring, how do I bind a list of integers to a RequestParam?

I have parameters from the client that are being sent such as ids[] = 11 ids[] = 12 ids[] = 21 On the server side, I …

spring http-request-parameters
Construct a URL with Request Parameters in Java

I've a servlet which is accessed through a URL and that URL has some request parameters in it. Now I …

java jakarta-ee http-request-parameters
getting value from a link in JSP

I have anchor-link in jsp page as shown below inside the <td> in table. <td> <…

html jsp anchor forms http-request-parameters
Encode/obfuscate HTTP parameters

We are currently working on a very simple Webapp, and we would like to "obfuscate" ( what would be the right …

java javascript web-applications obfuscation http-request-parameters
Spring Boot : Custom Validation in Request Params

I want to validate one of the request parameters in my controller . The request parameter should be from one of …

spring-boot validation controller spring-annotations http-request-parameters
Spring MVC default value not working

@RequestMapping(value = "/Fin_AddBankAccount", method = RequestMethod.POST) public @ResponseBody JsonResponse addCoaCategory( @RequestParam(value="code", required=true) long code, @RequestParam(value="…

java spring spring-mvc http-request-parameters
Set request character encoding of JSF input submitted values to UTF-8

I have the same problem as Set request character encoding of JSF input submitted values to UTF-8 in GlassFish, the …

jsf utf-8 character-encoding http-request-parameters