Apisix Info
Apisix Info
Apisix Info
org/docs/apisix/getting-started/
https://apisix.apache.org/blog/2021/06/28/why-we-need-apache-apisix/
https://dev.to/apisix/3-ways-to-deploy-apache-apisix-on-aws-part-1-aws-ec2-2c86
https://dev.to/apisix/3-ways-to-deploy-apache-apisix-on-aws-part-2-aws-ess-gfi
https://www.youtube.com/watch?v=dUOjJkb61so
https://apache.googlesource.com/apisix/+/refs/tags/1.3/doc/getting-started.md
https://dev.to/apisix/centralized-authentication-with-apache-apisix-plugins-30fo
create a route:
curl "http://127.0.0.1:9080/apisix/admin/routes/1" -H "X-API-KEY: perfiosintegreat"
-X PUT -d '
{
"methods": ["GET"],
"host": "example.com",
"uri": "/anything/*",
"upstream": {
"type": "roundrobin",
"nodes": {
"httpbin.org:80": 1
}
}
}'
eureka:
timeout:
curl http://127.0.0.1:9092/v1/discovery/eureka/dump
curl http://localhost:9080/loanreport/
curl http://localhost:9080/loanreport/ -H "host: localhost:9080"
curl http://192.168.1.40:9080/loanreport/ -H "host: localhost:9080"
local ports:
http://localhost:9081/web1/
http://localhost:9082/web2/
http://localhost:7100/notification
http://localhost:7000/loanreport
http://192.168.1.40:9081/web1/
http://192.168.1.40:9082/web2/
http://192.168.1.40:7100/notification
http://192.168.1.40:7000/loanreport
http://api.perfios.com:9080/api/web1/
http://api.perfios.com:9080/api/web2/
http://api.perfios.com:9080/api/notification/
http://api.perfios.com:9080/api/notification/sendSMS
http://api.perfios.com:9080/api/loanreport/
http://api.perfios.com:9080/api/loanreport/generateReport