Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

firebase - UnityWebRequest get return in html tag

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...