56 packages tagged with “Cookies”
A simple, lightweight JavaScript API for handling cookies.
SimpleBrowser is a lightweight, yet highly capable browser automation engine designed for automation and testing scenarios.
HTTP server with minimal dependencies
Allows you to automate SimpleBrowser, the C# headless browser from code using Selenium webDriver. SimpleBrowser is a lightweight, yet highly capable browser automation engine designed for automation and testing scenarios.
An integration to Cookie Informations Consent solution. Helps you collect visitors Cookie Consents and comply with GDPR and ePrivacy
Angular service provide access to browser cookies for setting, removing and reading
By adding the queryparameter allowCookies=on or allowCookies=off cookies will be disabled or enabled. (cookis are enabled by setting an allowCookies cookie with the value "on") - On the server side a http-module attached to the ResponseEnd event will clear all cookies if they are not enabled - On the client side a javascript will wait 1200 milliseconds before clearing all cookies which may have been set via 3rd party javascript includes (such as google analytics) - The HttpModule can be configured to work on a limited number of hostnames, just add them as a comma separated list in the app-setting "CookieRestrictions.ValidHostnames" - The javascript is placed in \resources\js\CookieRestrictions.js and must be included manualy if needed
A module that enables Cookies authentication for ASP.NET Core.
Blazor extension that enables Browser Local and Session storages and Cookies store access for Blazor applications. Part of Majorsoft Blazor library.
This package implements logic for cookie authentication with refresh token mechanism through a JWT genereated by any Furiza Security Provider WebApi, making possible to work with the JWT generated for microservices webapis in browser based web applications.
A cookies.txt parser library for .NET Standard
Managing cookies, local storage and session storage in Blazor.
A Simple.Owin extension that provides http cookie APIs and abstractions
Extends the .NET DefaultHttpClientFactory to support contextually appropriate primary handlers (i.e. unique certificates for different endpoints) and per-request cookie scope while retaining the benefits of handler pooling and typed client pipelines.
基于WTM的常用工具扩展
This client library allow to manage cookies: Get, Set, Remove. Easy to use: CookiesHelper.SetCookie("keyValue", "exampleValue", DateTime.Now.AddDays(30)); var value = CookiesHelper.GetCookieValue("keyValue"); Available basic methods: public static string GetCookieValue(string key) public static void SetCookie(string key, string value, DateTime expires) Available methods: public static string GetCookieValue(string key) public static Dictionary<string, string> GetAllCookiesKeyAndValue() public static HttpCookie GetCookie(string key) public static Dictionary<string, HttpCookie> GetAllCookiesDictionary() public static List<HttpCookie> GetAllCookies() public static void SetCookie(string key, string value, DateTime expires) public static void RemoveCookie(string key) public static void RemoveAllCookies()
Fable binding for the NPM package "js-cookie".
Cookies Auth(entication + orization)-centric helper methods, properties, objects etc.
A web browser replacement for testing websites without the browser overhead.
Test utility classes for iOnTech applications.
Abstractions for Zonit.Extensions.Website library. Provides interfaces and models for navigation providers, breadcrumbs, toasts, cookies, and area definitions (Dashboard, Management, Manager, Diagnostic) for building modular web applications.
Platform utilities for iOnTech applications.
ASP.NET Core and Blazor web extensions providing base components (PageBase, PageEditBase, PageViewBase), navigation services, breadcrumbs management, toast notifications, cookie handling, and data protection utilities for building modern web applications.
Easily store options on-device in Godot 4.
常用工具扩展
Blazor injectable IGdprConsentService service and components that renders a customizable GDPR consent Banner or Popup witch Accept/Reject for cookie settings chosen value is persisted to Browser storage. To initialize GDPR Consents use GdprBanner or GdprModal only once in your Blazor App MainLayout.razor page or any common place. Part of Majorsoft Blazor library.
Marketing cookies friendly web driver for Selenium in C#.
Enables binding a controller method parameter from a cookie value by name.