Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...