Skip to main content

Questions tagged [http-status-code-308]

The HTTP response status code 308 Permanent Redirect is a way of performing a redirection which does not allow the HTTP method to change

http-status-code-308
1 vote
1 answer
42 views

Apache 308 redirects change the protocal from https to http

So I recently updated my .htaccess to replicate the directory slash directive with a 308 instead of the 301 Apache normally uses, so that the browser repeats the same request instead of changing it to ...
Brad's user avatar
  • 880
0 votes
0 answers
16 views

Can be detected by google the 301 and 308?

I wanted to know if first the 301 and 308 are exactly the same and the second if Google can detect that there is a 301 or 308 done and could penalize the websites redirected. I am trying to make a ...
Manuel Guerrero's user avatar
1 vote
1 answer
126 views

Nextjs 14 App Router How to make 301 Redirect

I have slugs of products in my project. And the slugs are dynamic and can be updated. When it is updated, I want to redirect it to the new one with 301, but I could only redirect it with 308. The code ...
ilyas's user avatar
  • 120
0 votes
1 answer
104 views

Quarkus Websocket Client Handshake 308 - Upgrade config?

I'm using Quarkus coming back at it, after some years and trying to configure for the first time a WS client, but I'm struggling to find a solution. Related Dependencies in BoM version 3.7.1 io....
yamilmedina's user avatar
  • 3,335
1 vote
0 answers
123 views

Permanent Redirect/ status code 308 during signup in flutter app

I am trying to send a post request from my flutter app to a signup endpoint of the next.js server. It is not working properly. It is giving me 308 status code or the permanent redirect or Redirecting.....
codingwizard's user avatar
0 votes
0 answers
174 views

YARP Redirects Instead Of Forwarding With Status Code 308

I have a strange problem with my YARP project as ApiGateWay, it redirects API URLs With a status code 308 and I don't know the main reason why. I have two environments, one for development and one for ...
Farzad Karimi's user avatar
4 votes
2 answers
5k views

How to remove permanent redirect in Next.js ? (Response 308)

So it seem like in next.config.js our previous devs coded some pernament redirects like so: { source: '/some-path', destination: 'https://storage.googleapis.com/company/some-path.html', ...
stackustack's user avatar
3 votes
2 answers
906 views

Nextjs - change permanent redirect status code from 308 to 301

I'm using next.config in order to redirect non www requests. redirects: async () => [ { source: '/:path*', has: [{ type: 'host', value: 'example.com' }], destination: 'https://www.example....
Tomer Avraham's user avatar
0 votes
0 answers
2k views

Kubernetes (AKS) : nginx ingress error 308 Permanent Redirect error. Private nginx Ingress controller

Over all description of what I am doing: I am using a private nginx ingress controller in AKS (Azure Kubernetes Service) and setting up Secrets Store CSI Driver to enable NGINX Ingress Controller with ...
Ashwin Agarkhed's user avatar
0 votes
2 answers
708 views

RestAPI C# and Python: Can't understand or solve status code 308

I'm trying to learn RestApis and have reached a problem I cannot find the answer to. In a Python script I run the RestService with the help of the Flask RestApi package. All endpoints are GET and I ...
Mc_Topaz's user avatar
  • 617
0 votes
1 answer
2k views

Nginx Ingress Controller trailling slash with HTTPS redirect

Nginx Ingress Controller trailling slash with HTTPS redirect I'm trying to redirect requests from HTTP to HTTPS using an Ingress with Nginx Ingress Controller. My app is written in Django v3.0.7, my ...
Toledo Neto's user avatar
0 votes
0 answers
36 views

Permanent redirection keeps hitting effective URL everytime

I have created two Rest API's in the backend (same webservice), one for the effective URL and other for the Redirected URL. I'm doing a 308 redirection here when user hits effective URL. Scenario's ...
Manikandan kk's user avatar
1 vote
0 answers
297 views

OpenShift route to return a 308 Permanent Redirect

If I set an OpenShift route with insecureEdgeTerminationPolicy to Redirect. Client will be able to redirect http to https. They will receive a 302 Found (temporary redirection). Does route offer the ...
scoulomb's user avatar
  • 630
0 votes
0 answers
529 views

The GET Request is successful through PostMan but is giving a 308 Permanent Redirect through Spring RestTemplate Exchange Method Call

The GET Request contains a JSON Payload similar to below : { "customeId" : "A123", "Status" : "Assigned", "StartDate" : "2020-07-18", "...
Hattkrish's user avatar
0 votes
1 answer
81 views

com.algorithmia.APIException: 308 unexpected API response

I'm using algorithmia, a repository of trained ML functions on the Internet. Few weeks ago, an issue showed up, and since then, haven't been able to figure out what's going on. I'm executing this code,...
Tomás Denis Reyes Sánchez's user avatar

15 30 50 per page