Search

SearchSearch

Recent Posts

  • 말하기 과정 ADVANCE

    Mar 31, 2025

  • fetch Accept 헤더

    Mar 25, 2025

  • fetch Content-Type 헤더

    Mar 25, 2025

  • 비즈니스 라이팅 basic

    Mar 25, 2025

  • 핵심요약의 기술

    Mar 25, 2025

See 193 more →

Home

❯

posts

❯

Astro Cookie를 decode 해서 저장하기

Astro Cookie를 decode 해서 저장하기

Jan 15, 20251 min read

  • seed
  • astro

Astro에서 Cookie를 저장할 때 encode되어 저장된다.

이 때 Astro.Cookie의 encode 속성을 활용하면 된다.
https://docs.astro.build/en/reference/api-reference/#encode

Astro.cookies.set('example', 'test value', {
  encode: (value) => value,
});

참고:
https://github.com/withastro/astro/issues/10711#issuecomment-2041795251


Recent Posts

  • 말하기 과정 ADVANCE

    Mar 31, 2025

  • fetch Accept 헤더

    Mar 25, 2025

  • fetch Content-Type 헤더

    Mar 25, 2025

  • 비즈니스 라이팅 basic

    Mar 25, 2025

  • 핵심요약의 기술

    Mar 25, 2025

See 193 more →

Graph View

Backlinks

  • No backlinks found

Created with Quartz v4.4.0 © 2025

  • GitHub
  • About Me