FEATURE ENHANCEMENTS
Sensitive data leakage
Feature Description:
This feature is implemented to secure sensitive data leakage.
Benefits and Usage:
Benefits of this feature is protected our data from attackers.
Usage:
- Login to Quixy account.
2. In Address bar of web browser, enter URL https://test.kwixee.in/assets/configurations/base.json
3. The URL displayed only the information of service base, api and token. No other information is not displayed.
Rate Limiter for API Calls
Feature Description:
To prevent an API from being overwhelmed, API owners often enforce a limit on the number of requests, or the quantity of data clients can consume. This is called Application Rate Limiting.
Benefits and Usage:
If a user sends too many requests, API rate limiting can throttle client connections instead of disconnecting them immediately.
Changes in file upload
Feature Description:
When User adding Record to app or data table the files of any extension should be uploaded without any errors.
Benefits and Usage:
- User can able to upload the files of size up to 20MB.
- User can able to upload files with file name up to 30 characters.
- User can able to upload all types of files in apps/data tables.
App:
- Create an app with file upload element.
- Open Add Record page of the App.
- Upload files of different types in the file upload element.
- The files are uploaded without any error messages.
Data Table:
- Create a Data Table with file upload element.
- Add Multiple Records to the Data table.
- The file upload element is uploaded different types of files without any error message.
- File upload element accepts the file size up to 20MB and file name up to 30 characters.
Known Challenges: Nil