If I tested it as a local page on firebase,
UnityWebRequest.Get("http://localhost:5000/main/chat?test=asd")
I could get a text value.
I received string "chat send!".
but When I call the function on the firebase hosting domain, the html tag value is received.
UnityWebRequest Get("firebase domain/main/ chat? test = ")
received like bottom html tag
"<!DOCTYPE html>
<html = >
<head>
<meta charset="utf-8">
<meta content="width=300, initial-scale=1" name="viewport">
<meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
<title>??? - Google ??</title>"
What is the problem?
question from:
https://stackoverflow.com/questions/65859351/unitywebrequest-get-return-in-html-tag 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…