I am trying to get a resource by providing ip address in GET request.
/api/computers/ip/192.168.10.90 - throws 404 error
/api/computers/ip/192~168~10~90 - hits the method
It looks like providing the IP is the issue here. So how do I pass IP as part of GET request?