Open alyec opened 7 years ago
GET tests and other methods that don't use get_sig_params will ignore relative paths for the RCS endpoint. For example: https://github.com/fgpv-vpgf/rcs/blob/master/static/test.html#L598
get_sig_params
RCS behaves normally, but this can be very annoying for initial testing.
Workaround until the fix comes in: edit the various click handlers that don't call get_sig_params and manually prefix the relative path
GET tests and other methods that don't use
get_sig_params
will ignore relative paths for the RCS endpoint. For example: https://github.com/fgpv-vpgf/rcs/blob/master/static/test.html#L598RCS behaves normally, but this can be very annoying for initial testing.