'Connecting Web server and Kong API Gateway
I have installed Magento 2 Server on one system with the system IP Address as Domain name and have installed Kong API Gateway on another system with default port id 8001. I have used curl -i -X POST --url http://localhost:8001/services --data 'name=testMagento' --data 'url=http://<IP ADDRESS OF SYSTEM>' to register magento services. To register end points I have used curl -i -X POST --url http://localhost:8001/services/testMagento/routes --data 'hosts[]=localhost' --data 'paths[]=/customer/account/login/referer/<key for login>' --data 'strip_path=false' --data 'methods[]=GET'. I need help on checking whether the requests being forwarded through Kong or not.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
