# 정보를 미리 입력한 상태로 주제를 시작할 때 원박싱이 작동하지 않습니다

**URL:** https://meta.discourse.org/t/oneboxing-not-working-when-starting-a-topic-with-pre-filled-information/272797
**Category:** Support
**Tags:** onebox
**Created:** [7월 25, 2023, 5:53오후 UTC](https://meta.discourse.org/t/oneboxing-not-working-when-starting-a-topic-with-pre-filled-information/272797 "2023-07-25T17:53:17Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [7월 25, 2023, 6:00오후 UTC](https://meta.discourse.org/t/oneboxing-not-working-when-starting-a-topic-with-pre-filled-information/272797/2 "2023-07-25T18:00:28Z")

</div>

개인적 의견으로는 쿼리 파라미터 중 URL에서 안전하지 않은 문자는 인코딩해야 한다고 생각합니다.

> [@techAPJ](#):
>
> URL에서 어떤 텍스트 문자가 어떻게 인코딩되는지 확인하려면 w3Schools의 [HTML URL 인코딩 참조](https://www.w3schools.com/tags/ref_urlencode.ASP)를 사용할 수 있습니다. 해당 단락에서 링크한 페이지의 `Try It Yourself` 섹션에는 텍스트를 URL로 변환하는 도구도 있습니다.

따라서

`https://meta.discourse.org/new-topic?title=https://www.xkcd.com/556`

은

`https://meta.discourse.org/new-topic?title=https%3A%2F%2Fwww.xkcd.com%2F556`

으로 변환됩니다.

이는 [Discourse Meta](https://meta.discourse.org/new-topic?title=https%3A%2F%2Fwww.xkcd.com%2F556) (새 탭에서 열기)과 동일하게 작동합니다.

---

_[View the full topic](https://meta.discourse.org/t/oneboxing-not-working-when-starting-a-topic-with-pre-filled-information/272797)._
