Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Request Parser The process of initiating an action on a server is done through HITP requests which are message: sent by the client. The two

Request Parser
The process of initiating an action on a server is done through HITP requests which are message: sent by the client. The two most commonly used HITP requests are GET and POST. This task involves validating requests and parsing URL parameters as a comma-separated string. Authentication tokens for both GET and POST requests are sent as a URL parameter named "token". For validation of authentication, the tokens must be in a set of valid authentication tokens. In the case of a POST request, a CSRF (cross-site request forgery) token must also be provided. A POST request is considered valid if its authentication token is valid and its CSRF token is an alphanumeric value consisting only of lowercase letters and/or numbers with a minimum length of 8. Once a request is validated, the URL. parameters must be parsed as a comma-separated string.
URL parameters are identified by the portion of the URL that comes after a question mark (?). They consist of a key and a value, separated by an equat sign(). Multiple parameters are separated by an ampersand (&).
Implementation a request parser prototype. Given an array of strings, walid auth tokens, representing the valld authentication tokens, and a 20 prray of strings, requests, representing the request types and URLS, for each request, return the request status: "VALID" be "INVALDO) II VALID. incivide
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning VB 2008 Databases

Authors: Vidya Vrat Agarwal, James Huddleston

1st Edition

1590599470, 978-1590599471

More Books

Students also viewed these Databases questions

Question

Identify the components of risk management.

Answered: 1 week ago

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago