Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

AddPostKey - nhttppostmode = 4 ???

$
0
0
AddPostKey - nhttppostmode = 4 ???
Web Connection 5.0
AddPostKey - nhttppostmode = 4 ???
Feb. 5, 2013
08:48 am
3PJ0IVTL6Show this entire thread in new window
Gratar Image based on email address
From:MB
To:All
Rick,

In the doc's you reference mode 4 but in the case statement there are only two possible routes. If you use mode 4 the postbuffer is empty (maybe you intended this).

Furthermore, the default is nhttppostmode = 1 which will urlencode strings (no matter what). The receiver of the post may not like this though and in my case is breaking an integration with SKIPJACK for cc processing in their 'advanced processor' mode (annoying).

So, my question is should I subclass addpostkey or should you be adding a new case like this?

CASETHIS.nhttppostmode = 4THIS.cPostBuffer = this.cPostBuffer + IIF(!EMPTY(this.cPostBuffer),"&","") + ; tcKey +"="+ tcValue


Viewing all articles
Browse latest Browse all 10393

Trending Articles