server-side-validation Questions
4
Solved
I want to apply server-side validation on my CRUD API. The entity in question is called Employee. I am using an employee.dto (shown below) for the create and update endpoints.
The class-validator p...
Vinic asked 5/9, 2019 at 1:34
3
I'm new to angular. I was trying something and got stuck.
In my form, I want to show server validation response as error coming from a laravel rest api. But don't know how to store and show it in t...
Dropper asked 1/9, 2019 at 15:41
4
Solved
I want to show validation Error in View page while user giving wrong input. It's Ok that it's not saving anything in database while a user giving wrong input. But there is no error message in user ...
Selfrevealing asked 22/4, 2016 at 3:23
2
Solved
I am working on a simple auction website for a charity. I have an Item model for the sale items, and a Bid view where the user can enter a bid and submit it. This bid is received inside the Item co...
Immigrate asked 20/2, 2014 at 14:43
1
Solved
I have following model class
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
public class Person {
@Max(value = 10, message = "First name should be smaller than...
Bambi asked 16/10, 2017 at 8:40
1
Solved
i'm currently integrating Google Play in-app billing to my androidgame project, i have a Node.js server set up and plan to send it the "originalJson" and "signature" value of the Google Play purcha...
Sitwell asked 12/1, 2016 at 16:56
0
In our multiplayer mobile game we want to use player names from Game Center. Those player names will be shown in public leaderboards, so we want to ensure on our server that Game Center player name...
Cyanite asked 23/9, 2015 at 19:13
1
Solved
I'm getting 2 kinds of receipt formats from Apple when i try to verify purchases on the server.
Any idea what's the difference ?
1)
content: {
status: 0,
receipt: {
item_id: "662554154",
or...
Collyrium asked 9/12, 2013 at 8:55
4
on my login form, i am putting server side validations and if error occurs i want to display those error just below the validated control. Now for this, i am trying to call javascript function to s...
Colorable asked 20/2, 2013 at 10:9
5
Solved
One argument for using both client side validation (JavaScript) and server side validation using a validator is that if the client browser does not support JavaScript or JavaScript has been t...
Tonatonal asked 6/4, 2013 at 20:37
3
Solved
Of course, I know that server-side validation is a MUST.
I'm using jQuery to validate form inputs and using jquery ajax to do server-side(PHP) validation at the same time. So I guess it may be sa...
Reorganize asked 20/11, 2012 at 15:53
1
© 2022 - 2024 — McMap. All rights reserved.