• Unity
  • Services
  • Made with Unity
  • Learn
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Forums
  • Answers
  • Feedback
  • Issue Tracker
  • Blog
  • Evangelists
  • User Groups

Navigation

  • Home
  • Unity
  • Industries
  • Made with Unity
  • Learn
  • Community
    • Forums
    • Answers
    • Feedback
    • Issue Tracker
    • Blog
    • Evangelists
    • User Groups
  • Get Unity
  • Asset Store

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by ankush20 · Apr 11, 2017 at 06:06 AM · wwwloginwwwformwww classserver-hosting

How to use POST service using www class?

I have POST Login Service, I have set the header files and form and sent the request using www class but there is 400 Bad request error. I have recheck edthe parameter i have sent but everything seems fine from my end.

Any help would be appreciated. Please find the code snippet below.

 public IEnumerator LoginBtn()
 {
     Debug.Log("trying to login");
     WWWForm form = new WWWForm();
     form.AddField("username", "ankush");
     form.AddField("password", "123123");
     Dictionary<string, string> headers = form.headers;

     headers["Content-Type"]="application/json";
     headers["Application-Type"]="ANDROID";
     headers["Application-Token"]="AIzaSyBKr8GDKDDmlFg_6bh3sPivP54Hj94332";
     byte[] rawData = form.data;
     Debug.Log("CREATING WWW");

     WWW www = new WWW("http://100.248.100.76:8083/ws/user/loginUser",rawData,headers);

     yield return www;
     Debug.Log("HAVE RESULTS" + www.text);
     //.. process results from WWW request here...
     if (www.error!= null)
     {
         Debug.Log("Erro: " + www.error);
     }
     else
     {
         Debug.Log("All OK");
         Debug.Log("Text: " + www.text);
     }
 }
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

70 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Necessary Data Rewind Wasn't Possible WWWForm Error 0 Answers

WWW Class is acting up 1 Answer

Use the data received from WWW in UI 1 Answer

Mysql PDO Register user insert not inserting, no error feedback 0 Answers

sending values to server script 1 Answer

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges