New

Announcing AISIX: The AI-Native AI Gateway for LLMs and AI AgentsLearn More

Learn More

All posts tagged

"Codec"

Structured Error Messages for HTTP APIs

Technology

November 2, 2022

Structured Error Messages for HTTP APIs

Ever since I started to work on the Apache APISIX project, I've been trying to improve my knowledge and understanding of HTTP APIs. Today, I'd like to introduce the "Problem Details for HTTP APIs" RFC, _aka_, https://www.rfc-editor.org/rfc/rfc7807[RFC 7807^].

A Coredump Story About NGINX ctx and error_page

Technology

September 16, 2022

A Coredump Story About NGINX ctx and error_page

Recently, we helped an APISIX user debug a strange coredump error. We would like to share some interesting points, providing guidance for debugging NGINX and APISIX.

How to Avoid Catastrophic Backtracking in Regex?

Technology

December 17, 2020

How to Avoid Catastrophic Backtracking in Regex?

Catastrophic Backtracking of regular expressions refers to the fact that the regular ...