Skip to main content
0 votes
1 answer
389 views

the request returns a 302 with a URL in the Location header. The browser automatically makes a GET request to that URL, but I need to redirect the user to the page with that URL. const res = axios.get(...
chupapee's user avatar
  • 551
0 votes
0 answers
44 views

When I perform axios calls to server it always returns 302. Here is axios configuration: const api = axios.create({ baseURL: "http://localhost:8080", }); api.interceptors.request.use( (...
ivans's user avatar
  • 11
0 votes
1 answer
66 views

row body is printed in Postman as TradeSha=https%3A%2F%2Fenv.example.com%2Fpayments%2FRedirectHandler%2F1002%3FtId%3D100201195%26token%3D9c8dce5b-ddbb-4190-9cbe-3da45fad50d2 Location header is printed ...
lionheart's user avatar
  • 436
0 votes
0 answers
305 views

I am trying to track how my POST request is being handled by a remote API. On Postman, I see that on making a POST request to /enter, I ultimately get a 200 response (after all redirections). Tracking ...
akshit mishra's user avatar
0 votes
0 answers
48 views

I am making a POST request from Node.js backend to an external website (mirror.codeforces.com). In both Postman and Node.js axios response, I receive status code 302 (I have set maxRedirects = 0), but ...
akshit mishra's user avatar
1 vote
0 answers
393 views

I have client A (https://something.localtest.me:3002) making a request to backend B (https://something.localtest.me:8000/api/some_path). Backend B responds with a 302 redirecting to client C (https://...
user3371034's user avatar
0 votes
0 answers
35 views

I have the following problem: Request method 'POST' not supported I'm doing it in java "Sprint Boot" and I know that the error is due to the security configuration: String urlMercadoPago = &...
Richard Figueroa's user avatar
0 votes
1 answer
114 views

I have a Laravel 10 project (with Breeze) using Sanctum for authentication. I have served my application and successfully registered myself as a user. But whenever I try to log in, I am immediately ...
Johan's user avatar
  • 66
0 votes
0 answers
41 views

I have hosted asp.net app in godaddy. Whenever any hyperlink is clicked, requested page is not loaded but responded with 302 found error status code and automatically user is logged out and ...
Kavya's user avatar
  • 1
1 vote
1 answer
347 views

I'm am trying to set up a redirect from HTTP to HTTPS for a client site. I added the following code to the .htaccess file: RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{...
Jillian Hoenig's user avatar
0 votes
0 answers
61 views

I forgot to delete 302 flag in the following directive in htaccess, and cannot use get on the website anymore although I deleted it. RewriteCond %{QUERY_STRING} . RewriteRule (.*) /$1? [R=302,L] ...
KenAdamsTR's user avatar
0 votes
0 answers
406 views

We have SPA with the IDS 4 and its does not redirect to the login screen post token expires. Getting below response as blank screen as it does not redirecting to identity server urls. enter image ...
vishal's user avatar
  • 1
0 votes
1 answer
202 views

I have written an API URL on questions model for retrieving a 1st 10 tags, its a get call. When I call it from the react app, i am getting 302 to that api and redirects to http://localhost:8093/login/?...
Joe Joseph's user avatar
0 votes
1 answer
224 views

I am trying to write a batch script which will alow users to easily fill in a police form about illegal fireworks. It takes some personal information about the user and uses this in combination with ...
Jurian Baas's user avatar
1 vote
1 answer
597 views

I have an Angular project in which I use JSON files (path: src/assets/i18n)to translate the content into different languages. I put my project on Gitlab Pages, but I get the following error: Access ...
Lorenzo's user avatar
  • 197

15 30 50 per page
1
2 3 4 5
42