api-client/packages/hoppscotch-common/locales
Shreyas ecf7d2507a
feat(relay): control redirect follow (#5508)
Add per-domain toggle to disable automatic HTTP redirect following in
 the Native and Agent interceptors. When disabled, requests return the
 redirect response (status code, headers, body) without following the
 Location header.

 Previously HTTP redirects were always followed (on browser, can't do
 much about that, see
 https://fetch.spec.whatwg.org/#atomic-http-redirect-handling) without
 option to inspect the redirect response itself. This prevented
 developers from accessing redirect metadata needed when testing OAuth
 flows (PKCE where intermediate responses contain authorization tokens),
 authentication endpoints that return codes in Location headers with 302
 status, and debugging API redirect chains. But on the desktop app,
 redirects were just never followed, creating the opposite effect.

 The browser's fetch API applies atomic HTTP redirect handling per spec,
 making it impossible to intercept redirects and inspect their responses.
 The Native and Agent interceptors use curl and native HTTP clients
 respectively, both supporting redirect control, making this feature
 viable for these specific interceptors. (Proxyscotch tbd).
2025-10-27 17:41:58 +05:30
..
af.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
ar.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
ca.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
cn.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
cs.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
da.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
de.json chore: merge hoppscotch/main into hoppscotch/next 2025-06-19 16:49:28 +05:30
el.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
en.json feat(relay): control redirect follow (#5508) 2025-10-27 17:41:58 +05:30
es.json fix: resolve typo in i18n string (#5300) 2025-07-31 16:31:02 +05:30
fi.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
fr.json chore: improve french translations (#5340) 2025-08-27 10:57:41 +05:30
he.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
hu.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
id.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
it.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
ja.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
ko.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
nl.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
no.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
pl.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
pt-br.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
pt.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
ro.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
ru.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
sr.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
sv.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
tr.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
tw.json chore(i18n): update action block translations in tw.json (#5315) 2025-08-08 13:56:39 +05:30
uk.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30
vi.json chore: rename test to post-request (#5170) 2025-06-19 16:27:49 +05:30