# Imgur 이미지 내장 안 됨 (429 오류)

**URL:** https://meta.discourse.org/t/imgur-images-not-embedding-with-429-error/263131
**Category:** Support
**Created:** [4월 27, 2023, 11:09오후 UTC](https://meta.discourse.org/t/imgur-images-not-embedding-with-429-error/263131 "2023-04-27T23:09:52Z")
**Posts on this page:** 1
**Showing post:** 29

<div class="post-metadata">

### Author: ![rahim123](https://avatars.discourse-cdn.com/v4/letter/r/df705f/32.png) [@rahim123](https://meta.discourse.org/u/rahim123)
#### Post date: [5월 21, 2023, 6:39오후 UTC](https://meta.discourse.org/t/imgur-images-not-embedding-with-429-error/263131/29 "2023-05-21T18:39:44Z")

</div>

Discourse는 이미지를 표시하기 위해 여전히 유효한 HTML을 생성해야 합니다. Discourse 서버가 이미지 링크의 미리보기를 가져오려 할 때 Imgur이 429 오류를 반환하지만, Discourse는 이를 404 오류인 것처럼 취급합니다. 제 포럼에서는 이 이미지가 단순히 URL만으로는 표시되지 않습니다:  
`https://i.imgur.com/eHltaVt.jpeg`

하지만 다음 HTML은 이미지를 표시하는 데 작동합니다:  
`<img src="https://i.imgur.com/eHltaVt.jpeg">`  
서버가 URL에 접근했을 때 429 오류를 받는 경우에도 Discourse는 생성된 게시물(baked post)에 대해 이 HTML을 생성해야 하며, 404 오류를 받는 경우에만 맨 URL(naked URL)만 남겨둬야 합니다.

---

_[View the full topic](https://meta.discourse.org/t/imgur-images-not-embedding-with-429-error/263131)._
