Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
any chance of getting Netsuite to allow http redirect_uri onto localhost loopback ??
Hi Folks
Currently testing oAuth2 out onto Netsuite via a Qt app.
The only issue I am having is that Netsuite doesn't allow redirect_uri to be a http address, even for localhost loopback http://127.0.0.1:1234
Is there anyway to force Netsuite to allow it ? according to section 8.3 of the oauth2 rfc8252 it should allow it.
8< ===========================
8.3. Loopback Redirect Considerations
Loopback interface redirect URIs use the "http" scheme (i.e., without
Transport Layer Security (TLS)). This is acceptable for loopback
interface redirect URIs as the HTTP request never leaves the device.
============================ 8<
The alternative is a fairly painful overide of QOAuthHttpServerReplyHandler (thinking addition of some qsslsocket foo) to make it ssl aware.