Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70434

Http post return NULL

$
0
0

@kirillusgadus wrote:

Hello.
I’m trying to get the results of the query post and Ionic returns null.
What’s my mistake?

this.httpClient.post('http://devel.do-kirov.ru/app_vyatsu/login',
      JSON.stringify({ username:  encodeURIComponent(this.username), pass: encodeURIComponent(this.password) }),
      { headers: new HttpHeaders({
        'Content-Type': 'application/json'
        }),
        responseType: 'text' })
      .subscribe(
        data => {
          console.log(data);
        },
        err => {
          console.log(err);
        });

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70434

Trending Articles