Lynx
Lynx
Explore posts from servers
NNuxt
Created by Just Simeon on 10/17/2024 in #❓・help
Expose endpoints only internally
I would like to learn what methods can be used to prevent web scraping as well. I know by nature nuxt need to expose api endpoints for spa navigation. I read somewhere one can check TLS fingerprint but it confused me a lot. So eventually it became a decision for me to use Nuxt with better UX, or full SSR website.
2 replies
NNuxt
Created by Omnislash on 10/17/2024 in #❓・help
Hydration loading
Did you try useLazyAsyncData with server:false and display loading depending on status? It should be on the doc
3 replies