uk-taniyama
uk-taniyama
I don't think middleware needs any Server information. Because it is not possible to know the address accessed by the user under the proxy environment.
frontend server:https://example.com/ -> reverse-proxy -> backend server:http://goserver/ - OpenAPI spec request: https://example.com/api-docs -> http://goserver/api-docs - pets API request: https://example.com/v1/pets -> http://goserver/v1/pets So. OpenAPI spec's server.url is "https://example.com/v1/". But goserver cannot...
i extend OpenidConnectStrategy as follows.... authorizationParams : append code_challenge_method and code_challenge parameter. _getOAuth2Client : hack OAuth2's getOAuthAccessToken to append code_verifier parameter. BUT i dont know how to store code_challenge and...
ok. but.... i dont understand next point. - Why and what is the purpose of searching package.json? - Why use the unexpected package.json in post-processing? this package.json is expected. ```...
I tried to call "gardle test" with vscode-gradle but could only get as far as the call. ``` import * as util from "util"; import * as vscode from "vscode";...
Disabled checkbox does not disable the label either. ``` xxxx ```