Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Preflight (0.1 sec)

  1. tests/integration/pilot/common/routing.go

          allowHeaders:
          - X-Foo-Bar
          - X-Foo-Baz
          maxAge: "24h"
        route:
        - destination:
            host: {{ .dstSvc }}
    `,
    		children: []TrafficCall{
    			{
    				name: "preflight",
    				opts: func() echo.CallOptions {
    					return echo.CallOptions{
    						Port: echo.Port{
    							Name: "http",
    						},
    						HTTP: echo.HTTP{
    							Method: "OPTIONS",
    							Headers: headers.New().
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    list of route rules for HTTP traffic. items: properties: corsPolicy: description: Cross-Origin Resource Sharing policy (CORS). properties: allowCredentials: description: Indicates whether the caller is allowed to send the actual request (not the preflight) using credentials. nullable: true type: boolean allowHeaders: description: List of HTTP headers that can be used when requesting the resource. items: type: string type: array allowMethods: description: List of HTTP methods allowed to access the...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top