HTTP issue TRACE, PATCH, and OPTIONS
Documentation
Please check the official documentation before asking questions: https://docs.abp.io
GitHub Issues
GitHub issues are for bug reports, feature requests, and other discussions about the framework.
If you're creating a bug/problem report, please include the following:
- Your ABP Framework 7.3.1.
- Your User Interface type (Angular)
- Your database provider(EF Core)
HTTP offers several methods (or verbs) that can be used to perform actions on the web server and can sometimes be exploited by attackers. An application may disallow the HTTP requests to perform TRACE, PATCH, and OPTIONS operations on the resource representation. This might allow attackers to bypass intended access restrictions and conduct resource modification and deletion attacks since some applications allow these methods to modify the state of the server
will this be taken care of with HTTPS or do I have to use ABP settings to make those changes?
@maliming
Hi
You can customize the code to solve the above situation.
please sned me any references or url if you have thanks.
hi
https://stackoverflow.com/questions/64349057/disable-http-options-method-in-asp-net-core-3-1