wu-sheng commented on code in PR #745: URL: https://github.com/apache/skywalking-website/pull/745#discussion_r1804699252
########## content/blog/2024-010-15-introduce-r3-to-recognition-restful-url/data_interaction_flow.md: ########## @@ -0,0 +1,151 @@ +--- +title: "Introduce R3 to recognition RESTFul URL" +date: 2024-10-17 +author: Han Liu +description: "This article will introduce how to use R3 to identify RESTFul URLs and integrate them into SkyWalking." +tags: +- RESTFul +- R3 +--- + +## Background + +In modern applications, services are typically provided through RESTFul HTTP URLs. Review Comment: URL->URI. We are focusing on URI, as we don't care domain name. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
