This repository was archived by the owner on Oct 22, 2024. It is now read-only.
-
Why does the request become 302 and the response header becomes |
Beta Was this translation helpful? Give feedback.
Answered by
Lete114
May 22, 2023
Replies: 5 comments
-
fetch('https://getuserip-1-k6154315.deta.app/').then((r)=>{
console.log(r.ok)
return r.text()
}).then(console.log) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Spacefile # Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0
micros:
- name: get-user-ip
src: .
engine: nodejs16
primary: true
run: node index.js
dev: node index.js |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why do I need to log in to use it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I didn't check the documentation carefully, sorry |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lete114
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't check the documentation carefully, sorry
https://deta.space/docs/en/guides/public-site