书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 7175 个相关结果.
  • Configuring Session Resolution

    Configuring Session Resolution Configuring Session Resolution How the Session is resolved can be configured with HttpSessionConfiguration . By default sessions are resolved u...
  • Using multiple nodes

    Using multiple nodes Sticky load balancing Why is sticky-session required Enabling sticky-session NginX configuration Apache HTTPD configuration HAProxy configuration Traefik ...
  • DNS Considerations

    DNS Considerations for Kong Gateway Quick guide CORS Understanding CORS CORS in the context of Kong Gateway Troubleshooting Cookies Understanding cookies Cookies in the conte...
  • csrf

    csrf 描述 属性 启用插件 note 测试插件 删除插件 csrf 描述 csrf 插件基于 Double Submit Cookie 的方式,保护用户的 API 免于 CSRF 攻击。 在此插件运行时,GET 、HEAD 和 OPTIONS 会被定义为 safe-methods ,其他的请求方法则定义为 unsafe-me...
  • csrf

    csrf 描述 属性 启用插件 note 测试插件 禁用插件 csrf 描述 csrf 插件基于 Double Submit Cookie 的方式,保护用户的 API 免于 CSRF 攻击。 在此插件运行时,GET 、HEAD 和 OPTIONS 会被定义为 safe-methods ,其他的请求方法则定义为 unsafe-me...
  • cookies

    cookies cookies Summary Specifies whether or not cookies are used in a request or what cookie jar to use or what cookies to send. Types GuzzleHttp\Cookie\CookieJarInterface ...
  • Session

    1042 2020-11-15 《Golang 开发笔记》
    7.6 Session links 7.6 Session Go 语言实现操作session不像cookie那样,net/http包里有现成函数可以很方便的使用,一些web服务用到session的话,没办法地自己敲代码实现。 Go具体实现session: 服务端可以通过内存、redis、数据库等存储session数据(本例只有内存)。 通过c...
  • 8.5. Session state at disconnection

    8.5. Session state at disconnection 8.5. Session state at disconnection TCP and HTTP logs provide a session termination indicator in the "termination_state" field , just...
  • Stateful session

    Stateful session Overview Configuration How it works One example Stateful session Stateful session is an HTTP filter which overrides the upstream host based on extensible se...
  • Routes

    Routes Overview Creating Routes Allowing Route Endpoints to Control Cookie Names Routes Overview An OKD route exposes a service at a host name, like www.example.com, so ...