Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Hi,
when using the somewhat exotic but not forbidden Accept header
Code:
Accept: */*, image/avif
on a text/html output (for example the forum homepage) Xenforo produces a 406 error.
This is not the case when using either
Code:
Accept: */*, text/html, image/avif
or
Code:
Accept: */*
which both return a 200 code as expected.
I can understand that the header combination "Accept: /, image/avif" implies that an image is expected, however referring to RFC 7231 the wildcard...
when using the somewhat exotic but not forbidden Accept header
Code:
Accept: */*, image/avif
on a text/html output (for example the forum homepage) Xenforo produces a 406 error.
This is not the case when using either
Code:
Accept: */*, text/html, image/avif
or
Code:
Accept: */*
which both return a 200 code as expected.
I can understand that the header combination "Accept: /, image/avif" implies that an image is expected, however referring to RFC 7231 the wildcard...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.