We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I Change Configuration to forbidden anonymous user access to API bur now i can't call web api in postman to test it.
<allow verbs="GET,POST,PUT,DELETE" roles="BcmsAdministration"/> <deny users="*"/> </authorization> </system.web> <!-- Required for IIS 7.0 --> <system.webServer> <modules runAllManagedModulesForAllRequests="true" /> <validation validateIntegratedModeConfiguration="false" /> <handlers> <add path="bcms-api*" name="ServiceStack.Factory" type="ServiceStack.WebHost.Endpoints.ServiceStackHttpHandlerFactory, ServiceStack" verb="*" preCondition="integratedMode" resourceType="Unspecified" allowPathInfo="true" /> </handlers> </system.webServer>
How can i connect to web api with authorization?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I Change Configuration to forbidden anonymous user access to API bur now i can't call web api in postman to test it.
How can i connect to web api with authorization?
The text was updated successfully, but these errors were encountered: