Skip to main content

Questions tagged [http-status-code-302]

The HTTP response status code 302 Found is a common way of performing a redirection

http-status-code-302
0 votes
0 answers
40 views

react native WebView redirect 302 and get history

I have a couple of questions. How can I retrieve the browsing history from a react-native-webview ? Also, how can I detect a 302 redirect within the react-native-webview ? Any guidance would be ...
Ismail Ben Hamouda's user avatar
0 votes
0 answers
19 views

How to redirect individual pages with URL parameters in .htaccess without causing a redirect loop?

I have an old website written in PHP in which all of the pages are served as parameters, in the format: https://www.mywebsite.com/index.php?action=view_page&course=main&type=sausages I'm ...
TunaSweetcornPizza's user avatar
0 votes
1 answer
64 views

Laravel login loop

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
  • 56
0 votes
0 answers
27 views

Why often hyperlinks fail to redirect to new page in asp,net app

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
136 views

302 "Found" page when trying to redirect from HTTP to HTTPS

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
43 views

Fixing wrong 302 redirect

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
16 views

Unexpected Duplicate Recordings in DynamoDB for URL Shortening Service Accesses via Chrome

I've created a URL shortening service that tracks the number of clicks on shortened URLs by recording the access time in DynamoDB (formatted as "2024-04-02 12:12:54.123456"). However, I'm ...
Kuri's user avatar
  • 27
0 votes
0 answers
228 views

Identity server redirection not working after token expired and getting 302 found

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
0 answers
61 views

How to get headers from response of a server route

The process will be like this: The user will click a button and they will receive an Email. Within the email, there is a link that will send a GET request to the server. The server will then route to ...
Rahul's user avatar
  • 25
0 votes
0 answers
23 views

React App deployment in VM server - 302 status code

While deploying a react app in VM server, I ran across "Refused to execute script from 'https://domaninname.com)/web/error' because its MIME type ('text/html') is not executable, and strict MIME ...
Angelin Mary Jose's user avatar
0 votes
1 answer
130 views

Django Throws 302 error when I call API written on Questions app and redirects to /login/?next=/api/questions/tags-list/

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
159 views

Need help setting up a curl command to fill in a form. Server responds with HTTP/1.1 411 Length Required after a 302 redirect

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
0 votes
0 answers
27 views

Getting a redirect Loop from Laravel CRUD app

I am getting a redirect loop when trying to access the /admin route I only want the user admin with the right password from the config file to be able to perform the crud operations, I am planning to ...
jeffri encarnacion's user avatar
1 vote
1 answer
350 views

(Status: 302) Gitlab Pages JSON translation files CORS policy error & redirect

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
0 votes
0 answers
43 views

HTTP 405 Status after reviewing multiple times the URL with Flask

I'm making a simple web app that sends, deletes and edits data to a MariaDB database and I'm using Flask as a framework. Currently, the app.py script is fully working except for the editing API, ...
Elyayoveloz's user avatar

15 30 50 per page
1
2 3 4 5
42