Ich versuche HTTP GET Anfrage mit email in params in folgendem Code an: $http.get('api/me', {
params: {
email: email
}
});
aber an Back-End-I leer params heißt request.params empfan
gespeichert ist Dies ist meine Strut-Datei. <action name="sample" class="com.action.getPdf" method="getPdf">
<result name="success" type="stream">
<param name="inputName">fileInputStream</p