Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.28 KB

publisher.rest

File metadata and controls

64 lines (40 loc) · 1.28 KB

@web_api_fqdn = http://webuploader4469.australiaeast.cloudapp.azure.com

# Send Payload 1 to the Web API (running locally) POST https://localhost:44334/api/Docs HTTP/1.1 content-type: application/json

< ./payload1.json

###

# Send Payload 2 to the Web API (running locally) POST https://localhost:44334/api/Docs HTTP/1.1 content-type: application/json

< ./payload2.json

###

# Send Payload 1 to the Web API (running in Docker) POST https://localhost:8080/api/Docs HTTP/1.1 content-type: application/json

< ./payload1.json

###

# Send Payload 2 to the Web API (running in Docker) POST https://localhost:8080/api/Docs HTTP/1.1 content-type: application/json

< ./payload2.json

###

# Send Payload 1 to the Web API (Port Forward from Kubernetes) POST http://localhost:8080/api/Docs HTTP/1.1 content-type: application/json

< ./payload1.json

###

# Send Payload 2 to the Web API (Port Forward from Kubernetes) POST http://localhost:8080/api/Docs HTTP/1.1 content-type: application/json

< ./payload2.json

###

# Send Payload 1 to the Web API (Kubernetes Ingress) POST {{web_api_fqdn}}/api/Docs HTTP/1.1 content-type: application/json

< ./payload1.json

###

# Send Payload 2 to the Web API (Kubernetes Ingress) POST {{ web_api_fqdn }}/api/Docs HTTP/1.1 content-type: application/json

< ./payload2.json