Problem Requesting Oauth token from DOORS Web Access
I'm trying to request an Oauth token from http://localhost:8080/dwa/oauth-request-token, but I'm getting a Status 404, "The requested resource () is not available."
DWA is up and running fine (I'm running DOORS 9.5, DWA 9.5.2.0). I'm not seeing anyone else with this error, so it's probably something easy I'm overlooking.
Comments
Abe Hudson
Jun 12 '14, 5:05 p.m.OK, so it turns out that if your POST doesn't have the right variables, you get a Status 404. I tested the java code at org.eclipse.lycos and it's able to complete the oauth correctly.
I'm trying to make this work inside of VBA, but I haven't found any complete examples that show exactly what to do. I continue to get a failed Signature for the request token. I'm not exactly sure what the base string should look like.