microservice
Here are 5,379 public repositories matching this topic...
-
Updated
Dec 9, 2020 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 8, 2020 - Go
Why you need it?
Is your feature request related to a problem? Please describe in details
increase rm-datasource module test coverage
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
Issue Description
bug report
Describe what happened (or what feature you want)
当配置-Dcsp.sentinel.dashboard.server为指定地址,但这个地址会强制跳转http
-
Updated
Nov 18, 2020 - Java
Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of Authorization: Bearer <JWT>
(see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di
-
Updated
Nov 17, 2020 - C++
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
What version of Dapr?
0.1.x
0.2.x
Output of git describe --dirty
Expected Behavior
E
-
Updated
Nov 18, 2020 - Go
-
Updated
Nov 30, 2020
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 9, 2020 - PHP
-
Updated
Dec 8, 2020 - Kotlin
-
Updated
Dec 9, 2020 - C#
-
Updated
Jul 18, 2019
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 9, 2020 - Makefile
-
Updated
Dec 7, 2020 - Go
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Dec 9, 2020 - TypeScript
-
Updated
Dec 9, 2020 - Go
-
Updated
Mar 29, 2020 - Java
-
Updated
Nov 21, 2020 - Go
-
Updated
Nov 19, 2020 - Go
Improve this page
Add a description, image, and links to the microservice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservice topic, visit your repo's landing page and select "manage topics."
Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics. While they should be testing whether given implementation produces desired outcome (treating its implementation more as a black box).
_Current state of things is problematic for eventual internal improvements and refactors which occasionally we want to i