Jae Park
Jae Park

Reputation: 641

CoAP and suburl

When I put up a resource as for example "SERVER" and client tries to reach SERVER/something

does it fail to reach the resource? or it reaches SERVER resource and gives extra parameters?

Thank you

Upvotes: 0

Views: 72

Answers (1)

Jiloc
Jiloc

Reputation: 3638

  • If it was a CON request the server responds with a 4.04 (Not Found) ACK Figure 4;
  • if it was a NON request the server responds with a 4.04 (Not Found) NON Figure 23;

Upvotes: 1

Related Questions