We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

submit - next with full path

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
gork
Posts: 9
Joined: Wed Feb 07, 2018 4:09 pm

submit - next with full path

Post by gork »

I am having an issue with submit function. Everything worked fine on my local machine and AWS server. Our company has moved to azure and that is when the problem started. The error happens when navigating to the next page by means of submit. On my side I see the error as being parameter passed is null but when I look into plum's log I find that submit is using the next variable as a full path. I call

<submit next="blah.aspx" namelist="myVar" />

I get an error that myVar is null but plum's log show trying to fetch https://blah.aspx?myVar=1 and fails obviously... I have never used full paths before locally or when we used amazon's servers. I decide to change to call with full path like this:

<submit next="something.azurewebsites.net/blah.aspx" namelist="myVar" />

This works and goes out to fetch https://something.azurewebsites.net/blah.aspx?myVar=1 but here is the kicker... I only hardcoded the change for that first page. The call continues page after page WITHOUT full path...

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: submit - next with full path

Post by support »

Hello,

Can you please send us a private message containing the actual log that you're referring to?

This will give us a chance to more directly investigate this behavior you're seeing. We can also then test the Azure web services and inspect the HTTP response header more carefully to try and figure out why this has only cropped up since you migrated your code.

Regards,
Plum Support

Post Reply