API Mode #49
Labels
No Label
Bug
Code
Deploy
Docker
Enhancement
Feature
Info
Infrastructure
Manuale
Pipeline
Refactor
Setup
Styling
Suite
Test
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: lamacchinadesiderante/proxyraye-nextjs#49
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Serve una modalità API per fetchare i dati da remoto e bypassare i WAF.
Dobbiamo usare Vercel.
La modalità API disabilità tutte le rotte del frontend e restituisce un messaggio di testo generico del tipo "Status ok".
Creiamo rotte API speculari alle rotte frontend. Poi dai vari frontend puntiamo a quelle rotte. Se le rotte non rispondono, allora i frontend fanno il fetch dal loro lato.