ASP.Net v2.2 & Doc Update
almost 9 years ago by Benjamin Fabre
We are proud to release the new ASP.NET version which contains a many improvements, including compatibility with .NET 3.5.
v2.2 (2017-01-04)
- Added verification by X-DatadomeResponse response header.
- Sent request's headers name to the API server.
- Sent request's Connection header value to the API server.
- Sent request's Pragma header value to the API server.
- Sent request's Cache-Control header value to the API server.
- Sent request's Method header value to the API server.
- Sent request's X-Requested-With header value to the API server.
- Sent request's Origin header value to the API server.
- Send Cookies length to the API server.
- Send Cookies Body length to the API server.
- Send Authorization length to the API server.
- Compatible with .NET Framework 3.5 or older.
- Disable send Cookies to API server.
- Disable send Body to API server.
- Module don't generate ClientID.
- Support X-DataDome-headers from API response.
- Fixed ignored proxy configuration in the web.config file.
