million-views / praas

Proxy as a service.
MIT License
4 stars 2 forks source link

Fix hffCheck for batch creation in gateway #186

Closed kavithaii closed 3 years ago

kavithaii commented 3 years ago

Problem

When use-case.test.js sends a request of 10 records to proxy-server. The proxy-server HiddenFormField check validates for the first record in the request, and applies the first record HiddenFormField value to all the remaining 9 records.

Solution

The HiddenFormField check has to be fixed for array of requests.