Похожие чаты

Anyone has any idea how to limit request payload? I

am getting array of objects in request payload and each element of an array is object. So how can I limit this to 10 or 50 or any value? can someone suggest how can I do this?

14 ответов

21 просмотр

Why do you want to limit it?

Adi- Автор вопроса
Thomas
Why do you want to limit it?

limit array of objects which come in request payload payload is like this": [ {'name': 'abc'}, {'name': 'adef'}..... ]

Adi
limit array of objects which come in request paylo...

create a middleware that parses the payload and check that it's an array & array.length is less than limit.

Adi- Автор вопроса
Ghazwan Aliesh
create a middleware that parses the payload and ch...

if I dont use middleware I can do something like this: app.post('/', function(req, res){ console.dir(req.body); if(req.body.length > limit){ res.sendStatus(400) } });

Adi
if I dont use middleware I can do something like t...

better do it in a middleware for re-usability. also make it typesafe.

Adi- Автор вопроса
Ghazwan Aliesh
better do it in a middleware for re-usability. als...

is status 400 correct status code (i.e bad request) in case of length greater than limit??

Adi- Автор вопроса
Thomas
yes, why?

I want to limit it to certain value because based on that array element I am making SQL query which will return 50-100 records from table so if there are more array elements in payload then the response will be huge thats why want to limit

Adi- Автор вопроса
Adi- Автор вопроса
Thomas
Why not limit the SQL queries instead?

what will be good idea?? and good practice as well?? limit SQL query records or limit request payload ??

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
any reference of this implementation?
BitBuddha
29
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
11
Ⓐrtto, [4/23/24 7:02 PM] Please explain more fully how it is not working exactly, and what are the steps you are taking, and what error messages come or what happens. Ⓐrtto, ...
Ezza Kezza
2
sounds like people have lost their kaspa on tradeogre... does this mean tradeogre not trustworthy?
Ezza Kezza
15
Привет)) уже кажется эту тему перемусолили, но вот я так и не понял. Я сейчас сижу на 27дюймов 2к мониторе. На Актуальной макоси, если я куплю 27д 4к монитор: - будет ли изобр...
Vladislav Piskunov
11
Страшнейшая правда про списки ЦБ. С первых дней жизни P2P сферы, молодые человеки, начитавшись законодательной базы и "внутренних" документов, решили, что им противостоит сер...
Foxcool
3
Карта сайта