nfrankel commented on code in PR #1790: URL: https://github.com/apache/apisix-website/pull/1790#discussion_r1580551414
########## blog/en/blog/2024/05/02/pass-parameters-apisix.md: ########## @@ -0,0 +1,296 @@ +--- +title: Five ways to pass parameters to Apache APISIX +authors: + - name: Nicolas Fränkel + title: Author + url: https://github.com/nfrankel + image_url: https://avatars.githubusercontent.com/u/752258 +keywords: + - APISIX + - REST + - HTTP API +description: > + I recently read 6 Ways To Pass Parameters to Spring REST API. Though the title is a bit misleading, as it's unrelated to REST, it does an excellent job listing all ways to send parameters to a Spring application. I want to do the same for Apache APISIX; it's beneficial when you write a custom plugin. +tags: [Community] +image: https://static.apiseven.com/uploads/2024/04/25/V05nSV5W_american-football-63109.jpg +--- + +<head> + <link rel="canonical" href="https://blog.frankel.ch/fix-duplicate-api-requests/" /> +</head> + +>I recently read [6 Ways To Pass Parameters to Spring REST API](https://javabulletin.substack.com/p/6-ways-to-pass-parameters-to-spring). Though the title is a bit misleading, as it's unrelated to REST, it does an excellent job listing all ways to send parameters to a Spring application. I want to do the same for Apache APISIX; it's beneficial when you write a custom plugin. + +<!--truncate--> Review Comment: No clue -- 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]
