Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
alsantana
Contributor
Contributor

APIs not responding postman

Hi guys,

Title might be a little bit misleading or its talking about different topics i apologize for that.

Beforehand I'd like to apologize if im posting this in the wrong forums, im new to the forums even though i've been using them for quite a few months now (without registering).

I have been reading different answers and docs or im really bad with Qlik or it hasn't been working for me despite following documentations/videos from Qlik.

We have been using Qlik sense for a couple of years now in the company and i'm new to the Qlik team and i can't keep bothering people all the time for help.

I installed a VM with only a node and i have been trying to make some basic stuff like the log monitor and license monitor to work but i have not been able to.

I used to be getting the same error as the documentation below.

"Unexpected character while parsing value </ path '',line 0 position 0"

I followed this guide but it hasn't worked for me.

https://community.qlik.com/t5/Knowledge-Base/Unexpected-character-encountered-while-parsing-value-lt...

I did the documentation

https://help.qlik.com/en-US/sense/September2017/Subsystems/Monitoring/Content/Introduction/Configure...

After trying doing these steps i kept getting

404 Server not found

i even tried following this video trying to query API's using Postman and i have been getting

https://www.youtube.com/watch?v=M7EqXI7cZtg

alsantana_0-1621365750292.png

If i try the same with Http instead of https in postman i get the Javascript Is Disabled.

JavaScript is enabled by default in internet explorer, adding my qlik site to the intranet zone, with http and https.

It's worth having in mind that in virtual proxies i made the next changes.

  • Central Proxy Authentication was changed to Form so it could show the Qlik Login page.
  • I created a secondary virtual proxy as mentioned earlier by following the documentation/guide and it still wouldn't work

Sorry again and thank you for your taking your time to read this.

 

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

 used to be getting the same error as the documentation below.

"Unexpected character while parsing value </ path '',line 0 position 0"

I followed this guide but it hasn't worked for me.

https://community.qlik.com/t5/Knowledge-Base/Unexpected-character-encountered-while-parsing-value-lt...

I did the documentation

https://help.qlik.com/en-US/sense/September2017/Subsystems/Monitoring/Content/Introduction/Configure...

After trying doing these steps i kept getting

404 Server not found

 

My gut feeling with this is that you have not successfully linked a Virtual Proxy to a Proxy:

Levi_Turner_0-1621434734588.png

Be sure this virtual proxy is linked.

After it's linked, we should not get a 404. A 404 is a not found message which means Qlik isn't listening to that route / path.

 

For the 400 issue, make sure the host being called is whitelisted / permitted:

Levi_Turner_1-1621434826540.png

The highlighted portion needs to be added here:

Levi_Turner_2-1621434901455.png

 

 

View solution in original post

2 Replies
Levi_Turner
Employee
Employee

 used to be getting the same error as the documentation below.

"Unexpected character while parsing value </ path '',line 0 position 0"

I followed this guide but it hasn't worked for me.

https://community.qlik.com/t5/Knowledge-Base/Unexpected-character-encountered-while-parsing-value-lt...

I did the documentation

https://help.qlik.com/en-US/sense/September2017/Subsystems/Monitoring/Content/Introduction/Configure...

After trying doing these steps i kept getting

404 Server not found

 

My gut feeling with this is that you have not successfully linked a Virtual Proxy to a Proxy:

Levi_Turner_0-1621434734588.png

Be sure this virtual proxy is linked.

After it's linked, we should not get a 404. A 404 is a not found message which means Qlik isn't listening to that route / path.

 

For the 400 issue, make sure the host being called is whitelisted / permitted:

Levi_Turner_1-1621434826540.png

The highlighted portion needs to be added here:

Levi_Turner_2-1621434901455.png

 

 

alsantana
Contributor
Contributor
Author

LEGEND! thank you so much. i was able to fix the 404 because i hadn't linked the virtual proxy with the proxy (how dumb can i be, facepalm), added the /win/ to all data connections and applications are loading successfully, you are the MVP!

I'm still getting the error 400 when calling the api through postman even though i white listed: localhost, 127.0.0.1, (server ip address), qliksense01, qliksense01.test.com.

Whenever i call the same address in google chrome im getting "XSRF prevention check failed. Possible XSRF discovered"