secret-agent-B
secret-agent-B
Any idea why I am not getting the dropdownlist in swagger UI? ``` var consulUri = this.Configuration["ConsulConfiguration:ConsulUri"]; app .UseMvc() .UseCors(options => options.WithOrigins("http://localhost:8080") .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials()) .UseOcelotSwagger(async x => { var...
> This issue proposes a [bug, feature] which... ### Background & Context I have a string that needs to be sanitized. But I want to allow HTML and BODY tags...
# Help us help you - [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/amxmodx/issues). - [x] I have tried my absolute best to reduce the problem-space and have...