Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.
websocket-sharp provides the WebSocket protocol client and server. It supports: - RFC 6455 - WebSocket Client and Server - Per-message Compression extension - Secure Connection - HTTP Authentication (Basic/Digest) - Query String, Origin header and Cookies - Connecting through the HTTP Proxy server - .NET 3.5 or later (includes compatible)
RequestReduce allows any IIS based website to automaticaly sprite background images into a single optimized PNG as well as combine and minify CSS and Javascript with absolutely no coding beyond a few config tweaks. RequestReduce excercises common best practices when serving its javascript, css and sprited images ensuring that the appropriate caching headers are sent to the browser so that browsers will not need to pull down a new http response until absolutely necessary. Chances are you will see an immediate rise in your yslow and google page speed tests.
WebSocket# provides the WebSocket protocol client and server. It supports: - WebSocket Client and Server - RFC 6455 - Per-message Compression extension - Secure Connection - HTTP Authentication - Query String, Origin header and Cookies - Infinite streaming - .NET 4.5 or later
websocket-sharp provides the WebSocket protocol client and server. It supports: - RFC 6455 - WebSocket Client and Server - Per-message Compression extension - Secure Connection - HTTP Authentication (Basic/Digest) - Query String, Origin header and Cookies - Connecting through the HTTP Proxy server - .NET 3.5 or later (includes compatible)
Multiple ASP.NET Core utilities, including email, configuration, access to HTTP headers, etc.
Provides a means of using model binding to get and validate HTTP headers in Web API 2
Structure for HTTP Authentication headers
Middleware component which replaces and adds common security related http headers.
Enables propagation of ISTIO tracing headers in ASP.Net Core.
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests. This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project. All code is licensed under the Apache License, Version 2.0 and copyrighted by the .NET Foundation. If you are using ASP.NET Core 3.0, please use the official package Microsoft.AspNetCore.HeaderPropagation.
Convenient HttpClient supporting REST, cookies, authentication token headers and request object to JSON or querystring conversion. Also supports FormUrlEncoded and MultipartForm requests.
This library contains a module that serializes distributed context properties and sends them in HTTP headers.
HTTP header parser implementations. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Contains types that represent HTTP request and response headers. This library is used with classes such as System.Net.HttpWebRequest and System.Net.HttpWebResponse and allows developers to query/edit header names/values. Commonly Used Types: System.Net.HttpRequestHeader System.Net.HttpResponseHeader System.Net.WebHeaderCollection When using NuGet 3.x this package requires at least version 3.4.
This package implements a HttpClient with custom HTTP header authentication.
Enriches Serilog events with client IP, Correlation Id, RequestBody, RequestQuery, HTTP request headers and information of the MemoryUsage.
Middleware that applies security-related HTTP headers to an OWIN pipeline. See OWASP List https://www.owasp.org/index.php/List_of_useful_HTTP_headers CSP2 implementation according to: http://www.w3.org/TR/CSP2/
Port of AspNetCore localization middleware to Owin middleware. Uses provider model with built in support for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source. Also adds support for using Dependency Injection container to resolve instances of RequestCultureProvider during the request.
ASP.NET MVC3 package which removes the following HTTP headers from your website: Server: Microsoft-IIS/7.5 X-Powered-By: ASP.NET X-AspNet-Version: 4.x.xxxxx X-AspNetMvc-Version: 3.0
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy.
Helper for composing and sending an HTTP POST request with a JSON body (and application/json content-type header) and a basic authentication header
Api Key in HTTP Header Authentication Scheme for ASP.NET Core
Provides header validation middleware for AspNetCore.
This package contains an OWIN middleware to validate signed http requests with the Medidata MAuth protocol. The middleware communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your OWIN-enabled web api if you want to authenticate the api requests signed with the MAuth protocol.
An ASP.NET Core middlware for injecting the GNU Terry Pratchett header into all HTTP responses
This package contains an HTTP message handler to validate signed http requests with the Medidata MAuth protocol. The handler communicates with an MAuth server in order to confirm the validity of the request authentication header. Include this package in your WebAPI application if you want to authenticate the api requests signed with the MAuth protocol.
This Package for Okta WebForm and MVC scenarios 1- This Package supports .net Frameworks versions betwwn 4.5.1 up to 4.8. 2- Addng new json Files copy OIDC info to it. 3- adding new Web.config param CanConnectOIDCFromServer = false 4- Allowing Logoff and automatic token refresh Just add to your scopes offline_access Make sure that CanConnectOIDCFromServer = true, 5- ErrorPage Handling, add the to web.config customErrors mode="On" defaultRedirect="customerror.html" 6- ErrorHandling Module, add to web.config system.webServer:modules: add name="OktaOIDCRequestModule" type="OktaOIDCFW.OktaOIDCRequestModule, OktaOIDCFW" 7- this Package will handle the login Automatically, you can handle that by yourself by adding to web.config AutomaticLogin = false 8- Adding the support for ASP.NET 4,5 and MVC just add ApplicationType = "ASPNET4" or ApplicationType = "MVC" or ApplicationType = "SECACPNET4" or ApplicationType = "SECACPNET5" to appsettings 9- Fix for Issue System.Web.HttpException: Server cannot append cookies after HTTP headers have been sent 10- New Param Added to select the startup class called StartupClass values WEB_FORMS_STARTUP or MVC_STARTUP 11- Adding the following Controls: SlidingExpiration, UseTokenLifetime, RequireHttpsMetadata, SaveTokens 12- Adding X-Forward-Proto to handle Load Balance 13- Enable Nonce cookie chceck control 14- reteun String.Empty istead of null incase of claims are emapty 15-Adding Direct Link Feature, it is disabled by default 16- Handling Cookies larger than 4090, starting from Version 18.1.3.6 17- Connect to LDAP to fill all missing Claims, this Feature available only for FW4.8, starting from Version 18.1.3.7
Enrich logs with a http header so you can track logs for specific requests.
ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.
Enrich logs with client IP, CorrelationId and HTTP request headers.
SelectPdf Html To Pdf Converter for .NET Core - Community Edition is the free version of the powerful html to pdf converter available in SelectPdf Library for .NET Core and .NET 5-8. The converter offers a lot of powerful options (convert any web page to pdf, convert any html string to pdf, html5/css3/javascript support, headers and footers support, etc) and the only limitation is that it can generate pdf documents up to 5 pages long. Free Html to Pdf Converter For .NET – Community Edition Features: Generate pdf documents up to 5 pages, Convert any web page to pdf, Convert any raw html string to pdf, Set pdf page settings (page size, page orientation, page margins), Resize content during conversion to fit the pdf page, Set pdf document properties, Set pdf viewer preferences, Set pdf security (passwords, permissions), Set conversion delay and web page navigation timeout, Custom headers and footers, Support for html in headers and footers, Automatic and manual page breaks, Repeat html table headers on each page, Support for @media types screen and print, Support for internal and external links, Generate bookmarks automatically based on html elements, Support for HTTP headers, Support for HTTP cookies, Support for web pages that require authentication, Support for proxy servers, Enable/disable javascript, Modify color space, Multithreading support, HTML5/CSS3 support, Web fonts support and many more.
SelectPdf Html To Pdf Converter for .NET - Community Edition is the free version of the powerful html to pdf converter available in SelectPdf Library for .NET. The converter offers a lot of powerful options (convert any web page to pdf, convert any html string to pdf, html5/css3/javascript support, headers and footers support, etc) and the only limitation is that it can generate pdf documents up to 5 pages long. Free Html to Pdf Converter For .NET – Community Edition Features: Generate pdf documents up to 5 pages, Convert any web page to pdf, Convert any raw html string to pdf, Set pdf page settings (page size, page orientation, page margins), Resize content during conversion to fit the pdf page, Set pdf document properties, Set pdf viewer preferences, Set pdf security (passwords, permissions), Set conversion delay and web page navigation timeout, Custom headers and footers, Support for html in headers and footers, Automatic and manual page breaks, Repeat html table headers on each page, Support for @media types screen and print, Support for internal and external links, Generate bookmarks automatically based on html elements, Support for HTTP headers, Support for HTTP cookies, Support for web pages that require authentication, Support for proxy servers, Enable/disable javascript, Modify color space, Multithreading support, HTML5/CSS3 support, Web fonts support and many more.
Provides a programming interface for HTTP applications, including components for parsing HTTP headers.
Port of AspNetCore localization middleware to Owin middleware. Uses provider model with built in support for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.
An ASP.NET Core Middleware which adds the OWASP recommended HTTP headers, with a single line of code, for enhanced security.
Guardado automático de log de errores en base de datos, te permite crear un Id de identificación del error para que pueda ser inspeccionado como un ticket de atención. Notas:Version 8.0.11 * Implementación opcional de ProblemDetails * Incremento del performance * Corrección de bug con el DbContext al tener alta concurrencia. _ QueryString: captura de parametros de la URL. _ Protocol: captura el protocolo de la petición http. _ Scheme: captura el esquema de la petición http. _ MinCategory: establece el guardado mínimo. _ IpAddress: puede tomar una variable de los headers. _ RequestId: puede tomar una variable de los headers. _ Duration: ahora captura el tiempo transcurrido. _ RequestHeader: ahora se guarda como diccionario en Base de datos _ EnableBuffering: ahora puedes deshabilitar la lectura de los body. _ InternalServerErrorMessage: ahora puedes establecer tu propio mensaje. _ ApplicationErrorMessage: ahora puedes establecer tu propio mensaje.
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
This is a fork of websocket-sharp with support for NTLM/Kerberos Proxy authentication. websocket-sharp provides the WebSocket protocol client and server. It supports: - RFC 6455 - WebSocket Client and Server - Per-message Compression extension - Secure Connection - HTTP Authentication (Basic/Digest) - Query String, Origin header and Cookies - Connecting through the HTTP Proxy server - .NET 3.5 or later (includes compatible)
An http handler that takes request for .svgz looks for an svg and compresses it with gzip or deflate based on request headers. If there is already an svgz next to the svg and the client supports gzip then the svgz from the file system is sent out.
Structure for HTTP Basic Authentication header credentials
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
This package implements a HttpClient with custom HTTP header authentication.