KrakenD started in late 2016 as a library for engineers to create fast and reliable API Gateways in no time. Today KrakenD is a fully-fledged open source API gateway and the reference stateless API gateway.
Questions tagged [krakend]
81 questions
0
votes
1 answer
KrakenD plugin read config setting
I have written a simple server plugin for KrakenD Gateway in GO language. It injects the code before routing starts.
I am trying to read a config setting from my krakend.json to pass the setting to my plugin at startup. Below I used the setting…

Florian H
- 1
- 2
0
votes
1 answer
Is it possible to publish an API using KrakenDAPI gateway?How is API-key supported by KrakenDAPI gateway?
Is it possible to publish an API using krakenD API gateway?How is API-key supported by KrakenD API gateway ?

S.chowdhury87
- 11
- 4
0
votes
2 answers
krakend api gateway panic: "X in new path conflicts with existing wildcard Y in existing prefix Z"
I have two webservices, and I'd like to manage both endpoints separated by the prefix using krakend API gateway.
Below is my configuration:
{
"version": 2,
"name": "My API Gateway",
"port": 8080,
"host": [],
"endpoints": [
{
…

novalagung
- 10,905
- 4
- 58
- 82
0
votes
1 answer
Cross-Origin Read Blocking (CORB) problem with KrakenD - "application/json" response from POST rejected by Chrome
auth.js:84 Cross-Origin Read Blocking (CORB) blocked cross-origin response http://myserver/auth with MIME type application/json.
This doesn't work with Firefox either, although the Firefox error message is more generic. Oddly enough, Firefox's…

kshetline
- 12,547
- 4
- 37
- 73
-1
votes
1 answer
How to do two post request together in krakend and pass output of one post request to the body of 2nd post request
How to do two post request together in krakend sequentially and pass output of one post request to the body of 2nd post request in krakend
this is my krakend.json code.
{
"@comment": "//Comment : Create a new post and pass the post Id to create…

slotheeeeee
- 11
- 3
-2
votes
1 answer
How to use soap request in krakenD
I'm not going to use the enterprise version of krakenD gateway. May I know how can I use soap request in krakenD.
Pls help me with this issue.
Thanks.

Anonymous
- 91
- 1
- 5