F5 XC EMEA Workshop > Class 1 - F5 XC Services > Bot Advanced Source |
Lab 2 - Testing¶
In order to test we are going to run a simple curl command to the Login API endpoint
curl -H "Content-Type: application/json;charset=UTF-8" --data-raw "{\"email\":\"satoshi@bitcoin.com\",\"password\":\"bitcoin\"}" http://arcadia-re-$$makeId$$.workshop.emea.f5se.com/v1/login
The request will be blocked.