skip to Main Content

Javascript – Spring server cannot get data from FetchAPI error 403

I have such function to retrieve data from my form and send them to Spring Boot server function saveDataToStorage(event){ event.preventDefault(); let name = document.getElementById('imie').value; let email = document.getElementById('email').value; let phone = document.getElementById('telefon').value; let topic = document.getElementById('temat').value; let message = document.getElementById('wiadomosc').value;…

VIEW QUESTION

JEDIS/REDIS 'ON' Keyword or broken query?

Very new to REDIS, and having issues using JSON/Index/Query that is driving me crazy. Example struct public class MyType implements Serializable { { @SerializedName("myval") @Expose private Integer myval; @SerializedName("status") @Expose private String status; } I am easily using redis-stack, and…

VIEW QUESTION
Back To Top
Search