Project

General

Profile

Story #23

Updated by rashmita rout about 2 months ago

As a system, I want to generate and submit JSON/XML request payloads that strictly follow the agreed data structure and mandatory field requirements, challenge suspicious login attempts using CAPTCHA to prevent automated attacks. 
 so Implement a strong alphanumeric CAPTCHA that invalid or malformed payloads are prevented at the UI level and backend schema validation errors are minimized. is at-least 6 characters long.

Back