Endpoint Designer routes can't by save and it doesn't work

Hi Martin

I don’t believe the networking is the issue. I tried to prove your point but now I am having an issue with the token because:
{
“error”: “Key has expired, please renew”
}
and I create a new key like I am showing here:

time=“2016-01-29T19:30:09Z” level=warning msg=“Tracked quota reset for key: 56aa831c27712f00010000015abc8332108942f4608c7db4ba7babe4”
time=“2016-01-29T19:30:09Z” level=info msg=“Setting key quota: quota-33d9c55b”

and the response is this one:
juansapr@altair-dev:~/GIT/tyk/tyk_quickstart$ curl -H “Authorization: 56aa831c27712f00010000015abc8332108942f4608c7db4ba7babe4” http://192.168.161.113/test-api/get
{
“error”: “Key not authorised”
}